#0ACBB6

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

Shades of Robin's Egg Blue #0ACBB6

Tints of Robin's Egg Blue #0ACBB6

Color information

#0ACBB6 (or 0x0ACBB6) is unknown color: approx Robin's Egg Blue. HEX triplet: 0A, CB and B6. RGB value is (10,203,182). Sum of RGB (Red+Green+Blue) = 10+203+182=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #0ACBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ACBB6 is #F53449. Grayscale: #8E8E8E. Windows color (decimal): -16069706 or 11979530. OLE color: 11979530.

HSL color Cylindrical-coordinate representation of color #0ACBB6: hue angle of 173.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACBB6 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB10203182-
CMYK0.9500.100.20
HSL173.47º90.61%41.76%-
HSV(B)173.47º95.07%79.61%-
XYZ29.9246.1551.59-
YUV142.9150.0633.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.53%
GREEN value IS 203 (79.69% from 255) = 51.39%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=2.53%
G=51.39%
B=46.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102031820.9500.100.20173.4790.6141.76
HexACBB65F0A14ad5b2a
Octal123132661370122425513352
Binary1010110010111011011010111110101010100101011011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ACBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,203,182); }

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

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

 a { background-color: rgb(10,203,182); }

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

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

 span { border-color: rgb(10,203,182); }

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