Html Css Color HEX #02A2AA Bondi Blue

📋 copy color: '#02A2AA'

red 2 ◦ green 162 ◦ blue 170

#02A2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #02A2AA

Tints of Bondi Blue #02A2AA

RGB

 RED value IS 2 (1.17% from 255) = 0.6%

 GREEN value IS 162 (63.67% from 255) = 48.5%

 BLUE value IS 170 (66.8% from 255) = 50.9%

R = 0.6%
G = 48.5%
B = 50.9%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#02A2AA (or 0x02A2AA) is known color: Bondi Blue. HEX triplet: 02, A2 and AA. RGB value is (2,162,170). Sum of RGB (Red+Green+Blue) = 2+162+170=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #02A2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A2AA is #FD5D55. Grayscale: #727272. Windows color (decimal): -16604502 or 11182594. OLE color: 11182594.

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

Color convert

RGB 2 162 170 -
CMYK 0.99 0.05 0 0.33
HSL 182.86º 0.98% 0.34% -
HSV(B) 182.86º 0.99% 0.67% -
XYZ 20.2 28.76 42.52 -
YUV 115.07 158.99 47.35 -
System Red Green Blue C M Y K H S L
Decimal 2 162 170 0.99 0.05 0 0.33 182.86 0.98 0.34
Hex 2 A2 AA 63 5 0 21 B7 62 22
Octal 2 242 252 143 5 0 41 267 142 42
Binary 10 10100010 10101010 1100011 101 0 100001 10110111 1100010 100010

Color Harmonies of #02A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A2AA

Black with #02A2AA

Text Example


Text Example

White with #02A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02A2AA;
 }
 .AnyTagClassName
 {
   color: #02A2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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