Html Css Color HEX #00AAA9 Persian Green

📋 copy color: '#00AAA9'

red 0 ◦ green 170 ◦ blue 169

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

Shades of Persian Green #00AAA9

Tints of Persian Green #00AAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.85%

R = 0%
G = 50.15%
B = 49.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#00AAA9 (or 0x00AAA9) is known color: Persian Green. HEX triplet: 00, AA and A9. RGB value is (0,170,169). Sum of RGB (Red+Green+Blue) = 0+170+169=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #00AAA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAA9 is #FF5556. Grayscale: #767676. Windows color (decimal): -16733527 or 11119104. OLE color: 11119104.

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

Color convert

RGB 0 170 169 -
CMYK 1 0 0.01 0.33
HSL 179.65º 1% 0.33% -
HSV(B) 179.65º 1% 0.67% -
XYZ 21.54 31.61 42.5 -
YUV 119.06 156.18 43.08 -
System Red Green Blue C M Y K H S L
Decimal 0 170 169 1 0 0.01 0.33 179.65 1 0.33
Hex 0 AA A9 64 0 1 21 B4 64 21
Octal 0 252 251 144 0 1 41 264 144 41
Binary 0 10101010 10101001 1100100 0 1 100001 10110100 1100100 100001

Color Harmonies of #00AAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AAA9

Black with #00AAA9

Text Example


Text Example

White with #00AAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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