#02ABAE

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

Shades of Bondi Blue #02ABAE

Tints of Bondi Blue #02ABAE

Color information

#02ABAE (or 0x02ABAE) is unknown color: approx Bondi Blue. HEX triplet: 02, AB and AE. RGB value is (2,171,174). Sum of RGB (Red+Green+Blue) = 2+171+174=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #02ABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02ABAE is #FD5451. Grayscale: #787878. Windows color (decimal): -16602194 or 11447042. OLE color: 11447042.

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

Color convert

RGB2171174-
CMYK0.990.0200.32
HSL181.05º97.73%34.51%-
HSV(B)181.05º98.85%68.24%-
XYZ22.2332.1945.09-
YUV120.81158.0143.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=0.58%
G=49.28%
B=50.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21711740.990.0200.32181.0597.7334.51
Hex2ABAE632020b56223
Octal2253256143204026514243
Binary1010101011101011101100011100100000101101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,171,174); }

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

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

 a { background-color: rgb(2,171,174); }

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

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

 span { border-color: rgb(2,171,174); }

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