#0cdec5

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

Shades of Robin's Egg Blue #0CDEC5

Tints of Robin's Egg Blue #0CDEC5

Color information

#0CDEC5 (or 0x0CDEC5) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, DE and C5. RGB value is (12,222,197). Sum of RGB (Red+Green+Blue) = 12+222+197=431 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.78% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #0CDEC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDEC5 is #F3213A. Grayscale: #9C9C9C. Windows color (decimal): -15933755 or 12967436. OLE color: 12967436.

HSL color Cylindrical-coordinate representation of color #0CDEC5: hue angle of 172.86º 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 #0CDEC5 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB12222197-
CMYK0.9500.110.13
HSL172.86º89.74%45.88%-
HSV(B)172.86º94.59%87.06%-
XYZ36.3556.3561.78-
YUV156.36150.9325.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.78%
GREEN value IS 222 (87.11% from 255) = 51.51%
BLUE value IS 197 (77.34% from 255) = 45.71%
R=2.78%
G=51.51%
B=45.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal122221970.9500.110.13172.8689.7445.88
HexCDEC55F0BDad5a2e
Octal143363051370131525513256
Binary110011011110110001011011111010111101101011011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cdec5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,222,197); }

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

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

 a { background-color: rgb(12,222,197); }

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

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

 span { border-color: rgb(12,222,197); }

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