Html Css Color HEX #18DAC0 Robin's Egg Blue

📋 copy color: '#18DAC0'

red 24 ◦ green 218 ◦ blue 192

#18DAC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #18DAC0

Tints of Robin's Egg Blue #18DAC0

RGB

 RED value IS 24 (9.77% from 255) = 5.53%

 GREEN value IS 218 (85.55% from 255) = 50.23%

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 5.53%
G = 50.23%
B = 44.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#18DAC0 (or 0x18DAC0) is known color: Robin's Egg Blue. HEX triplet: 18, DA and C0. RGB value is (24,218,192). Sum of RGB (Red+Green+Blue) = 24+218+192=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #18DAC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DAC0 is #E7253F. Grayscale: #9C9C9C. Windows color (decimal): -15148352 or 12638744. OLE color: 12638744.

HSL color Cylindrical-coordinate representation of color #18DAC0: hue angle of 171.96º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DAC0 is Cyan = 0.89, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 218 192 -
CMYK 0.89 0 0.12 0.15
HSL 171.96º 0.8% 0.47% -
HSV(B) 171.96º 0.89% 0.85% -
XYZ 34.96 54.14 58.48 -
YUV 157.03 147.73 33.11 -
System Red Green Blue C M Y K H S L
Decimal 24 218 192 0.89 0 0.12 0.15 171.96 0.8 0.47
Hex 18 DA C0 59 0 C F AC 50 2F
Octal 30 332 300 131 0 14 17 254 120 57
Binary 11000 11011010 11000000 1011001 0 1100 1111 10101100 1010000 101111

Color Harmonies of #18DAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAC0

Black with #18DAC0

Text Example


Text Example

White with #18DAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,218,192); }

 H1.HeaderClassName
 {
   color: #18DAC0;
 }
 .AnyTagClassName
 {
   color: #18DAC0;
 }
</style>

background-color css

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

 a { background-color: rgb(24,218,192); }

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

border-color css

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

 span { border-color: rgb(24,218,192); }

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