#0CD1C0

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

Shades of Robin's Egg Blue #0CD1C0

Tints of Robin's Egg Blue #0CD1C0

Color information

#0CD1C0 (or 0x0CD1C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, D1 and C0. RGB value is (12,209,192). Sum of RGB (Red+Green+Blue) = 12+209+192=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD1C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD1C0 is #F32E3F. Grayscale: #949494. Windows color (decimal): -15937088 or 12636428. OLE color: 12636428.

HSL color Cylindrical-coordinate representation of color #0CD1C0: hue angle of 174.82º 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 #0CD1C0 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB12209192-
CMYK0.9400.080.18
HSL174.82º89.14%43.33%-
HSV(B)174.82º94.26%81.96%-
XYZ32.4749.4857.71-
YUV148.16152.7330.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.91%
GREEN value IS 209 (82.03% from 255) = 50.61%
BLUE value IS 192 (75.39% from 255) = 46.49%
R=2.91%
G=50.61%
B=46.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122091920.9400.080.18174.8289.1443.33
HexCD1C05E0812af592b
Octal143213001360102225713153
Binary1100110100011100000010111100100010010101011111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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