#0CCAB3

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

Shades of Robin's Egg Blue #0CCAB3

Tints of Robin's Egg Blue #0CCAB3

Color information

#0CCAB3 (or 0x0CCAB3) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, CA and B3. RGB value is (12,202,179). Sum of RGB (Red+Green+Blue) = 12+202+179=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCAB3 is #F3354C. Grayscale: #8E8E8E. Windows color (decimal): -15938893 or 11782668. OLE color: 11782668.

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

Color convert

RGB12202179-
CMYK0.9400.110.21
HSL172.74º88.79%41.96%-
HSV(B)172.74º94.06%79.22%-
XYZ29.4145.5749.89-
YUV142.57148.5534.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.05%
GREEN value IS 202 (79.30% from 255) = 51.40%
BLUE value IS 179 (70.31% from 255) = 45.55%
R=3.05%
G=51.40%
B=45.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122021790.9400.110.21172.7488.7941.96
HexCCAB35E0B15ad592a
Octal143122631360132525513152
Binary1100110010101011001110111100101110101101011011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,202,179); }

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

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

 a { background-color: rgb(12,202,179); }

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

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

 span { border-color: rgb(12,202,179); }

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