#0AA0AB

Color #0AA0AB Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0AA0AB

Tints of Bondi Blue #0AA0AB

Color information

#0AA0AB (or 0x0AA0AB) is unknown color: approx Bondi Blue. HEX triplet: 0A, A0 and AB. RGB value is (10,160,171). Sum of RGB (Red+Green+Blue) = 10+160+171=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #0AA0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA0AB is #F55F54. Grayscale: #747474. Windows color (decimal): -16080725 or 11247626. OLE color: 11247626.

HSL color Cylindrical-coordinate representation of color #0AA0AB: hue angle of 184.1º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA0AB is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10160171-
CMYK0.940.0600.33
HSL184.1º88.95%35.49%-
HSV(B)184.1º94.15%67.06%-
XYZ20.0528.1542.9-
YUV116.4158.852.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.93%
GREEN value IS 160 (62.89% from 255) = 46.92%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=2.93%
G=46.92%
B=50.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101601710.940.0600.33184.188.9535.49
HexAA0AB5E6021b85923
Octal12240253136604127013143
Binary1010101000001010101110111101100100001101110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,160,171); }

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

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

 a { background-color: rgb(10,160,171); }

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

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

 span { border-color: rgb(10,160,171); }

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