#0cc2c4

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

Shades of Robin's Egg Blue #0CC2C4

Tints of Robin's Egg Blue #0CC2C4

Color information

#0CC2C4 (or 0x0CC2C4) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, C2 and C4. RGB value is (12,194,196). Sum of RGB (Red+Green+Blue) = 12+194+196=402 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #0CC2C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC2C4 is #F33D3B. Grayscale: #8B8B8B. Windows color (decimal): -15940924 or 12894732. OLE color: 12894732.

HSL color Cylindrical-coordinate representation of color #0CC2C4: hue angle of 180.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC2C4 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12194196-
CMYK0.940.0100.23
HSL180.65º88.46%40.78%-
HSV(B)180.65º93.88%76.86%-
XYZ29.4142.6558.91-
YUV139.81159.736.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 2.99%
GREEN value IS 194 (76.17% from 255) = 48.26%
BLUE value IS 196 (76.95% from 255) = 48.76%
R=2.99%
G=48.26%
B=48.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121941960.940.0100.23180.6588.4640.78
HexCC2C45E1017b55829
Octal14302304136102726513051
Binary1100110000101100010010111101010111101101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cc2c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,194,196); }

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

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

 a { background-color: rgb(12,194,196); }

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

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

 span { border-color: rgb(12,194,196); }

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