Html Css Color HEX #0AA2AB Bondi Blue

📋 copy color: '#0AA2AB'

red 10 ◦ green 162 ◦ blue 171

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

Shades of Bondi Blue #0AA2AB

Tints of Bondi Blue #0AA2AB

RGB

 RED value IS 10 (4.3% from 255) = 2.92%

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 2.92%
G = 47.23%
B = 49.85%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0AA2AB (or 0x0AA2AB) is known color: Bondi Blue. HEX triplet: 0A, A2 and AB. RGB value is (10,162,171). Sum of RGB (Red+Green+Blue) = 10+162+171=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #0AA2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA2AB is #F55D54. Grayscale: #757575. Windows color (decimal): -16080213 or 11248138. OLE color: 11248138.

HSL color Cylindrical-coordinate representation of color #0AA2AB: hue angle of 183.35º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA2AB is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 162 171 -
CMYK 0.94 0.05 0 0.33
HSL 183.35º 0.89% 0.35% -
HSV(B) 183.35º 0.94% 0.67% -
XYZ 20.4 28.85 43.02 -
YUV 117.58 158.14 51.27 -
System Red Green Blue C M Y K H S L
Decimal 10 162 171 0.94 0.05 0 0.33 183.35 0.89 0.35
Hex A A2 AB 5E 5 0 21 B7 59 23
Octal 12 242 253 136 5 0 41 267 131 43
Binary 1010 10100010 10101011 1011110 101 0 100001 10110111 1011001 100011

Color Harmonies of #0AA2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA2AB

Black with #0AA2AB

Text Example


Text Example

White with #0AA2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AA2AB; }

 p { color: rgb(10,162,171); }

 H1.HeaderClassName
 {
   color: #0AA2AB;
 }
 .AnyTagClassName
 {
   color: #0AA2AB;
 }
</style>

background-color css

<style>
 a { background-color: #0AA2AB; }

 a { background-color: rgb(10,162,171); }

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

border-color css

<style>
 span { border-color: #0AA2AB; }

 span { border-color: rgb(10,162,171); }

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