#0CD0CD

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

Shades of Robin's Egg Blue #0CD0CD

Tints of Robin's Egg Blue #0CD0CD

Color information

#0CD0CD (or 0x0CD0CD) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, D0 and CD. RGB value is (12,208,205). Sum of RGB (Red+Green+Blue) = 12+208+205=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD0CD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CD0CD is #F32F32. Grayscale: #949494. Windows color (decimal): -15937331 or 13488140. OLE color: 13488140.

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

Color convert

RGB12208205-
CMYK0.9400.010.18
HSL179.08º89.09%43.14%-
HSV(B)179.08º94.23%81.57%-
XYZ33.7349.665.55-
YUV149.05159.5730.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.82%
GREEN value IS 208 (81.64% from 255) = 48.94%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=2.82%
G=48.94%
B=48.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122082050.9400.010.18179.0889.0943.14
HexCD0CD5E0112b3592b
Octal14320315136012226313153
Binary1100110100001100110110111100110010101100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,208,205); }

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

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

 a { background-color: rgb(12,208,205); }

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

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

 span { border-color: rgb(12,208,205); }

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