#0AC9C0

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

Shades of Robin's Egg Blue #0AC9C0

Tints of Robin's Egg Blue #0AC9C0

Color information

#0AC9C0 (or 0x0AC9C0) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, C9 and C0. RGB value is (10,201,192). Sum of RGB (Red+Green+Blue) = 10+201+192=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC9C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC9C0 is #F5363F. Grayscale: #8E8E8E. Windows color (decimal): -16070208 or 12634378. OLE color: 12634378.

HSL color Cylindrical-coordinate representation of color #0AC9C0: hue angle of 177.17º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC9C0 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB10201192-
CMYK0.9500.040.21
HSL177.17º90.52%41.37%-
HSV(B)177.17º95.02%78.82%-
XYZ30.5345.6457.07-
YUV142.86155.7233.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.48%
GREEN value IS 201 (78.91% from 255) = 49.88%
BLUE value IS 192 (75.39% from 255) = 47.64%
R=2.48%
G=49.88%
B=47.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102011920.9500.040.21177.1790.5241.37
HexAC9C05F0415b15b29
Octal12311300137042526113351
Binary101011001001110000001011111010010101101100011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,201,192); }

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

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

 a { background-color: rgb(10,201,192); }

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

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

 span { border-color: rgb(10,201,192); }

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