#00AAB0

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

Shades of Bondi Blue #00AAB0

Tints of Bondi Blue #00AAB0

Color information

#00AAB0 (or 0x00AAB0) is unknown color: approx Bondi Blue. HEX triplet: 00, AA and B0. RGB value is (0,170,176). Sum of RGB (Red+Green+Blue) = 0+170+176=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 176 (69.14% from 255 or 50.87% from 346); Max value from RGB is 176 - color contains mainly: blue. Hex color #00AAB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAB0 is #FF554F. Grayscale: #777777. Windows color (decimal): -16733520 or 11577856. OLE color: 11577856.

HSL color Cylindrical-coordinate representation of color #00AAB0: hue angle of 182.05º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAB0 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0170176-
CMYK10.0300.31
HSL182.05º100%34.51%-
HSV(B)182.05º100%69.02%-
XYZ22.2131.8846.06-
YUV119.85159.6842.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 176 (69.14% from 255) = 50.87%
R=0%
G=49.13%
B=50.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal017017610.0300.31182.0510034.51
Hex0AAB064301Fb66423
Octal0252260144303726614443
Binary01010101010110000110010011011111101101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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