#0cddc0

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

Shades of Robin's Egg Blue #0CDDC0

Tints of Robin's Egg Blue #0CDDC0

Color information

#0CDDC0 (or 0x0CDDC0) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, DD and C0. RGB value is (12,221,192). Sum of RGB (Red+Green+Blue) = 12+221+192=425 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.82% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDC0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDC0 is #F3223F. Grayscale: #9B9B9B. Windows color (decimal): -15934016 or 12639500. OLE color: 12639500.

HSL color Cylindrical-coordinate representation of color #0CDDC0: hue angle of 171.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDC0 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB12221192-
CMYK0.9500.130.13
HSL171.67º89.7%45.69%-
HSV(B)171.67º94.57%86.67%-
XYZ35.5255.658.73-
YUV155.2148.7625.86-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.82%
GREEN value IS 221 (86.72% from 255) = 52%
BLUE value IS 192 (75.39% from 255) = 45.18%
R=2.82%
G=52%
B=45.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122211920.9500.130.13171.6789.745.69
HexCDDC05F0DDac5a2e
Octal143353001370151525413256
Binary110011011101110000001011111011011101101011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cddc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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