#00A2AB

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

Shades of Bondi Blue #00A2AB

Tints of Bondi Blue #00A2AB

Color information

#00A2AB (or 0x00A2AB) is unknown color: approx Bondi Blue. HEX triplet: 00, A2 and AB. RGB value is (0,162,171). Sum of RGB (Red+Green+Blue) = 0+162+171=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #00A2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A2AB is #FF5D54. Grayscale: #727272. Windows color (decimal): -16735573 or 11248128. OLE color: 11248128.

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

Color convert

RGB0162171-
CMYK10.0500.33
HSL183.16º100%33.53%-
HSV(B)183.16º100%67.06%-
XYZ20.2728.7843.01-
YUV114.59159.8346.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 162 (63.67% from 255) = 48.65%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=0%
G=48.65%
B=51.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal016217110.0500.33183.1610033.53
Hex0A2AB645021b76422
Octal0242253144504126714442
Binary0101000101010101111001001010100001101101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,162,171); }

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

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

 a { background-color: rgb(0,162,171); }

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

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

 span { border-color: rgb(0,162,171); }

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