#02A9AC

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

Shades of Bondi Blue #02A9AC

Tints of Bondi Blue #02A9AC

Color information

#02A9AC (or 0x02A9AC) is unknown color: approx Bondi Blue. HEX triplet: 02, A9 and AC. RGB value is (2,169,172). Sum of RGB (Red+Green+Blue) = 2+169+172=343 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #02A9AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A9AC is #FD5653. Grayscale: #777777. Windows color (decimal): -16602708 or 11315458. OLE color: 11315458.

HSL color Cylindrical-coordinate representation of color #02A9AC: hue angle of 181.06º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A9AC is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2169172-
CMYK0.990.0200.33
HSL181.06º97.7%34.12%-
HSV(B)181.06º98.84%67.45%-
XYZ21.6631.3743.94-
YUV119.41157.6744.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 169 (66.41% from 255) = 49.27%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=0.58%
G=49.27%
B=50.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21691720.990.0200.33181.0697.734.12
Hex2A9AC632021b56222
Octal2251254143204126514242
Binary1010101001101011001100011100100001101101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02A9AC; }

 p { color: rgb(2,169,172); }

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

<style>
 a { background-color: #02A9AC; }

 a { background-color: rgb(2,169,172); }

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

<style>
 span { border-color: #02A9AC; }

 span { border-color: rgb(2,169,172); }

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