#0CD8C0

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

Shades of Robin's Egg Blue #0CD8C0

Tints of Robin's Egg Blue #0CD8C0

Color information

#0CD8C0 (or 0x0CD8C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, D8 and C0. RGB value is (12,216,192). Sum of RGB (Red+Green+Blue) = 12+216+192=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #0CD8C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD8C0 is #F3273F. Grayscale: #989898. Windows color (decimal): -15935296 or 12638220. OLE color: 12638220.

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

Color convert

RGB12216192-
CMYK0.9400.110.15
HSL172.94º89.47%44.71%-
HSV(B)172.94º94.44%84.71%-
XYZ34.225358.29-
YUV152.27150.4127.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.86%
GREEN value IS 216 (84.77% from 255) = 51.43%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=2.86%
G=51.43%
B=45.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal122161920.9400.110.15172.9489.4744.71
HexCD8C05E0BFad592d
Octal143303001360131725513155
Binary110011011000110000001011110010111111101011011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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