#18D1CA

Color #18D1CA Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #18D1CA

Tints of Robin's Egg Blue #18D1CA

Color information

#18D1CA (or 0x18D1CA) is unknown color: approx Robin's Egg Blue. HEX triplet: 18, D1 and CA. RGB value is (24,209,202). Sum of RGB (Red+Green+Blue) = 24+209+202=435 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.52% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #18D1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18D1CA is #E72E35. Grayscale: #989898. Windows color (decimal): -15150646 or 13291800. OLE color: 13291800.

HSL color Cylindrical-coordinate representation of color #18D1CA: hue angle of 177.73º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D1CA is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB24209202-
CMYK0.8900.030.18
HSL177.73º79.4%45.69%-
HSV(B)177.73º88.52%81.96%-
XYZ33.8450.0663.76-
YUV152.89155.7136.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 5.52%
GREEN value IS 209 (82.03% from 255) = 48.05%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=5.52%
G=48.05%
B=46.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal242092020.8900.030.18177.7379.445.69
Hex18D1CA590312b24f2e
Octal30321312131032226211756
Binary110001101000111001010101100101110010101100101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18D1CA; }

 p { color: rgb(24,209,202); }

 H1.HeaderClassName
 {
   color: #18D1CA;
 }
 .AnyTagClassName
 {
   color: #18D1CA;
 }
</style>
background-color css

<style>
 a { background-color: #18D1CA; }

 a { background-color: rgb(24,209,202); }

 div.DivClassName
 {
   background-color: #18D1CA;
 }
 .BgClassName
 {
   background-color: #18D1CA;
 }
</style>
border-color css

<style>
 span { border-color: #18D1CA; }

 span { border-color: rgb(24,209,202); }

 td.TdClassName
 {
   border-color: #18D1CA;
 }
 .TagClassName
 {
   border-color: #18D1CA;
 }
</style>