#0CD1BA

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

Shades of Robin's Egg Blue #0CD1BA

Tints of Robin's Egg Blue #0CD1BA

Color information

#0CD1BA (or 0x0CD1BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, D1 and BA. RGB value is (12,209,186). Sum of RGB (Red+Green+Blue) = 12+209+186=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD1BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1BA is #F32E45. Grayscale: #939393. Windows color (decimal): -15937094 or 12243212. OLE color: 12243212.

HSL color Cylindrical-coordinate representation of color #0CD1BA: hue angle of 172.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD1BA is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB12209186-
CMYK0.9400.110.18
HSL172.99º89.14%43.33%-
HSV(B)172.99º94.26%81.96%-
XYZ31.8249.2254.28-
YUV147.48149.7331.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.95%
GREEN value IS 209 (82.03% from 255) = 51.35%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=2.95%
G=51.35%
B=45.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122091860.9400.110.18172.9989.1443.33
HexCD1BA5E0B12ad592b
Octal143212721360132225513153
Binary1100110100011011101010111100101110010101011011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,209,186); }

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

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

 a { background-color: rgb(12,209,186); }

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

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

 span { border-color: rgb(12,209,186); }

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