#02A1AA

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

Shades of Bondi Blue #02A1AA

Tints of Bondi Blue #02A1AA

Color information

#02A1AA (or 0x02A1AA) is unknown color: approx Bondi Blue. HEX triplet: 02, A1 and AA. RGB value is (2,161,170). Sum of RGB (Red+Green+Blue) = 2+161+170=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #02A1AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A1AA is #FD5E55. Grayscale: #727272. Windows color (decimal): -16604758 or 11182338. OLE color: 11182338.

HSL color Cylindrical-coordinate representation of color #02A1AA: hue angle of 183.21º 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 #02A1AA is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2161170-
CMYK0.990.0500.33
HSL183.21º97.67%33.73%-
HSV(B)183.21º98.82%66.67%-
XYZ20.0328.442.46-
YUV114.48159.3247.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.60%
GREEN value IS 161 (63.28% from 255) = 48.35%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=0.60%
G=48.35%
B=51.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21611700.990.0500.33183.2197.6733.73
Hex2A1AA635021b76222
Octal2241252143504126714242
Binary10101000011010101011000111010100001101101111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,161,170); }

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

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

 a { background-color: rgb(2,161,170); }

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

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

 span { border-color: rgb(2,161,170); }

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