#0AC2BA

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

Shades of Robin's Egg Blue #0AC2BA

Tints of Robin's Egg Blue #0AC2BA

Color information

#0AC2BA (or 0x0AC2BA) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, C2 and BA. RGB value is (10,194,186). Sum of RGB (Red+Green+Blue) = 10+194+186=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AC2BA is #F53D45. Grayscale: #898989. Windows color (decimal): -16072006 or 12239370. OLE color: 12239370.

HSL color Cylindrical-coordinate representation of color #0AC2BA: hue angle of 177.39º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC2BA is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB10194186-
CMYK0.9500.040.24
HSL177.39º90.2%40%-
HSV(B)177.39º94.85%76.08%-
XYZ28.2842.1953.11-
YUV138.07155.0436.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.56%
GREEN value IS 194 (76.17% from 255) = 49.74%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=2.56%
G=49.74%
B=47.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101941860.9500.040.24177.3990.240
HexAC2BA5F0418b15a28
Octal12302272137043026113250
Binary101011000010101110101011111010011000101100011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,194,186); }

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

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

 a { background-color: rgb(10,194,186); }

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

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

 span { border-color: rgb(10,194,186); }

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