Html Css Color HEX #0EE0BA Robin's Egg Blue

📋 copy color: '#0EE0BA'

red 14 ◦ green 224 ◦ blue 186

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

Shades of Robin's Egg Blue #0EE0BA

Tints of Robin's Egg Blue #0EE0BA

RGB

 RED value IS 14 (5.86% from 255) = 3.3%

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

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

R = 3.3%
G = 52.83%
B = 43.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#0EE0BA (or 0x0EE0BA) is known color: Robin's Egg Blue. HEX triplet: 0E, E0 and BA. RGB value is (14,224,186). Sum of RGB (Red+Green+Blue) = 14+224+186=424 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.30% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE0BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE0BA is #F11F45. Grayscale: #9C9C9C. Windows color (decimal): -15802182 or 12247054. OLE color: 12247054.

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

Color convert

RGB 14 224 186 -
CMYK 0.94 0 0.17 0.12
HSL 169.14º 0.88% 0.47% -
HSV(B) 169.14º 0.94% 0.88% -
XYZ 35.7 56.95 55.57 -
YUV 156.88 144.43 26.09 -
System Red Green Blue C M Y K H S L
Decimal 14 224 186 0.94 0 0.17 0.12 169.14 0.88 0.47
Hex E E0 BA 5E 0 11 C A9 58 2F
Octal 16 340 272 136 0 21 14 251 130 57
Binary 1110 11100000 10111010 1011110 0 10001 1100 10101001 1011000 101111

Color Harmonies of #0EE0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE0BA

Black with #0EE0BA

Text Example


Text Example

White with #0EE0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EE0BA; }

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

 H1.HeaderClassName
 {
   color: #0EE0BA;
 }
 .AnyTagClassName
 {
   color: #0EE0BA;
 }
</style>

background-color css

<style>
 a { background-color: #0EE0BA; }

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

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

border-color css

<style>
 span { border-color: #0EE0BA; }

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

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