Html Css Color HEX #00AAAC Bondi Blue

📋 copy color: '#00AAAC'

red 0 ◦ green 170 ◦ blue 172

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

Shades of Bondi Blue #00AAAC

Tints of Bondi Blue #00AAAC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 170 (66.8% from 255) = 49.71%

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 0%
G = 49.71%
B = 50.29%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#00AAAC (or 0x00AAAC) is known color: Bondi Blue. HEX triplet: 00, AA and AC. RGB value is (0,170,172). Sum of RGB (Red+Green+Blue) = 0+170+172=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #00AAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAAC is #FF5553. Grayscale: #777777. Windows color (decimal): -16733524 or 11315712. OLE color: 11315712.

HSL color Cylindrical-coordinate representation of color #00AAAC: hue angle of 180.7º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AAAC is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 172 -
CMYK 1 0.01 0 0.33
HSL 180.7º 1% 0.34% -
HSV(B) 180.7º 1% 0.67% -
XYZ 21.82 31.73 44 -
YUV 119.4 157.68 42.84 -
System Red Green Blue C M Y K H S L
Decimal 0 170 172 1 0.01 0 0.33 180.7 1 0.34
Hex 0 AA AC 64 1 0 21 B5 64 22
Octal 0 252 254 144 1 0 41 265 144 42
Binary 0 10101010 10101100 1100100 1 0 100001 10110101 1100100 100010

Color Harmonies of #00AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AAAC

Black with #00AAAC

Text Example


Text Example

White with #00AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AAAC; }

 p { color: rgb(0,170,172); }

 H1.HeaderClassName
 {
   color: #00AAAC;
 }
 .AnyTagClassName
 {
   color: #00AAAC;
 }
</style>

background-color css

<style>
 a { background-color: #00AAAC; }

 a { background-color: rgb(0,170,172); }

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

border-color css

<style>
 span { border-color: #00AAAC; }

 span { border-color: rgb(0,170,172); }

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