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

📋 copy color: '#18E0BA'

red 24 ◦ green 224 ◦ blue 186

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

Shades of Robin's Egg Blue #18E0BA

Tints of Robin's Egg Blue #18E0BA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.61%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 5.53%
G = 51.61%
B = 42.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#18E0BA (or 0x18E0BA) is known color: Robin's Egg Blue. HEX triplet: 18, E0 and BA. RGB value is (24,224,186). Sum of RGB (Red+Green+Blue) = 24+224+186=434 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.53% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #18E0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18E0BA is #E71F45. Grayscale: #9F9F9F. Windows color (decimal): -15146822 or 12247064. OLE color: 12247064.

HSL color Cylindrical-coordinate representation of color #18E0BA: hue angle of 168.6º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E0BA is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 224 186 -
CMYK 0.89 0 0.17 0.12
HSL 168.6º 0.81% 0.49% -
HSV(B) 168.6º 0.89% 0.88% -
XYZ 35.9 57.05 55.57 -
YUV 159.87 142.74 31.09 -
System Red Green Blue C M Y K H S L
Decimal 24 224 186 0.89 0 0.17 0.12 168.6 0.81 0.49
Hex 18 E0 BA 59 0 11 C A9 51 31
Octal 30 340 272 131 0 21 14 251 121 61
Binary 11000 11100000 10111010 1011001 0 10001 1100 10101001 1010001 110001

Color Harmonies of #18E0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18E0BA

Black with #18E0BA

Text Example


Text Example

White with #18E0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,224,186); }

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

background-color css

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

 a { background-color: rgb(24,224,186); }

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

border-color css

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

 span { border-color: rgb(24,224,186); }

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