Html Css Color HEX #02A0AA Bondi Blue

📋 copy color: '#02A0AA'

red 2 ◦ green 160 ◦ blue 170

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

Shades of Bondi Blue #02A0AA

Tints of Bondi Blue #02A0AA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.19%

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

R = 0.6%
G = 48.19%
B = 51.2%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#02A0AA (or 0x02A0AA) is known color: Bondi Blue. HEX triplet: 02, A0 and AA. RGB value is (2,160,170). Sum of RGB (Red+Green+Blue) = 2+160+170=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #02A0AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A0AA is #FD5F55. Grayscale: #717171. Windows color (decimal): -16605014 or 11182082. OLE color: 11182082.

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

Color convert

RGB 2 160 170 -
CMYK 0.99 0.06 0 0.33
HSL 183.57º 0.98% 0.34% -
HSV(B) 183.57º 0.99% 0.67% -
XYZ 19.85 28.06 42.4 -
YUV 113.9 159.65 48.19 -
System Red Green Blue C M Y K H S L
Decimal 2 160 170 0.99 0.06 0 0.33 183.57 0.98 0.34
Hex 2 A0 AA 63 6 0 21 B8 62 22
Octal 2 240 252 143 6 0 41 270 142 42
Binary 10 10100000 10101010 1100011 110 0 100001 10111000 1100010 100010

Color Harmonies of #02A0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A0AA

Black with #02A0AA

Text Example


Text Example

White with #02A0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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