#00A0AA

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

Shades of Bondi Blue #00A0AA

Tints of Bondi Blue #00A0AA

Color information

#00A0AA (or 0x00A0AA) is unknown color: approx Bondi Blue. HEX triplet: 00, A0 and AA. RGB value is (0,160,170). Sum of RGB (Red+Green+Blue) = 0+160+170=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 160 (62.89% from 255 or 48.48% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #00A0AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A0AA is #FF5F55. Grayscale: #717171. Windows color (decimal): -16736086 or 11182080. OLE color: 11182080.

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

Color convert

RGB0160170-
CMYK10.0600.33
HSL183.53º100%33.33%-
HSV(B)183.53º100%66.67%-
XYZ19.8328.0442.4-
YUV113.3159.9947.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 160 (62.89% from 255) = 48.48%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=0%
G=48.48%
B=51.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal016017010.0600.33183.5310033.33
Hex0A0AA646021b86421
Octal0240252144604127014441
Binary0101000001010101011001001100100001101110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A0AA; }

 p { color: rgb(0,160,170); }

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

<style>
 a { background-color: #00A0AA; }

 a { background-color: rgb(0,160,170); }

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

<style>
 span { border-color: #00A0AA; }

 span { border-color: rgb(0,160,170); }

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