#00A2AE

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

Shades of Bondi Blue #00A2AE

Tints of Bondi Blue #00A2AE

Color information

#00A2AE (or 0x00A2AE) is unknown color: approx Bondi Blue. HEX triplet: 00, A2 and AE. RGB value is (0,162,174). Sum of RGB (Red+Green+Blue) = 0+162+174=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #00A2AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A2AE is #FF5D51. Grayscale: #727272. Windows color (decimal): -16735570 or 11444736. OLE color: 11444736.

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

Color convert

RGB0162174-
CMYK10.0700.32
HSL184.14º100%34.12%-
HSV(B)184.14º100%68.24%-
XYZ20.5628.944.54-
YUV114.93161.3346.02-

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.21%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=0%
G=48.21%
B=51.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal016217410.0700.32184.1410034.12
Hex0A2AE647020b86422
Octal0242256144704027014442
Binary0101000101010111011001001110100000101110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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