#0CC8BA

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

Shades of Robin's Egg Blue #0CC8BA

Tints of Robin's Egg Blue #0CC8BA

Color information

#0CC8BA (or 0x0CC8BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 0C, C8 and BA. RGB value is (12,200,186). Sum of RGB (Red+Green+Blue) = 12+200+186=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #0CC8BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC8BA is #F33745. Grayscale: #8E8E8E. Windows color (decimal): -15939398 or 12240908. OLE color: 12240908.

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

Color convert

RGB12200186-
CMYK0.9400.070.22
HSL175.53º88.68%41.57%-
HSV(B)175.53º94%78.43%-
XYZ29.6744.9353.56-
YUV142.19152.7235.14-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.02%
GREEN value IS 200 (78.52% from 255) = 50.25%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=3.02%
G=50.25%
B=46.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122001860.9400.070.22175.5388.6841.57
HexCC8BA5E0716b0592a
Octal14310272136072626013152
Binary110011001000101110101011110011110110101100001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,200,186); }

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

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

 a { background-color: rgb(12,200,186); }

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

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

 span { border-color: rgb(12,200,186); }

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