#0EC4B6

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

Shades of Robin's Egg Blue #0EC4B6

Tints of Robin's Egg Blue #0EC4B6

Color information

#0EC4B6 (or 0x0EC4B6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0E, C4 and B6. RGB value is (14,196,182). Sum of RGB (Red+Green+Blue) = 14+196+182=392 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.57% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #0EC4B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EC4B6 is #F13B49. Grayscale: #8B8B8B. Windows color (decimal): -15809354 or 11977742. OLE color: 11977742.

HSL color Cylindrical-coordinate representation of color #0EC4B6: hue angle of 175.38º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC4B6 is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB14196182-
CMYK0.9300.070.23
HSL175.38º86.67%41.18%-
HSV(B)175.38º92.86%76.86%-
XYZ28.3642.9551.05-
YUV139.99151.738.14-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.57%
GREEN value IS 196 (76.95% from 255) = 50%
BLUE value IS 182 (71.48% from 255) = 46.43%
R=3.57%
G=50%
B=46.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal141961820.9300.070.23175.3886.6741.18
HexEC4B65D0717af5729
Octal16304266135072725712751
Binary111011000100101101101011101011110111101011111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,196,182); }

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

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

 a { background-color: rgb(14,196,182); }

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

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

 span { border-color: rgb(14,196,182); }

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