Html Css Color HEX #00AAA5 Persian Green

📋 copy color: '#00AAA5'

red 0 ◦ green 170 ◦ blue 165

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

Shades of Persian Green #00AAA5

Tints of Persian Green #00AAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 0%
G = 50.75%
B = 49.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#00AAA5 (or 0x00AAA5) is known color: Persian Green. HEX triplet: 00, AA and A5. RGB value is (0,170,165). Sum of RGB (Red+Green+Blue) = 0+170+165=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #00AAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAA5 is #FF555A. Grayscale: #767676. Windows color (decimal): -16733531 or 10856960. OLE color: 10856960.

HSL color Cylindrical-coordinate representation of color #00AAA5: hue angle of 178.24º 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 #00AAA5 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 165 -
CMYK 1 0 0.03 0.33
HSL 178.24º 1% 0.33% -
HSV(B) 178.24º 1% 0.67% -
XYZ 21.17 31.47 40.56 -
YUV 118.6 154.18 43.41 -
System Red Green Blue C M Y K H S L
Decimal 0 170 165 1 0 0.03 0.33 178.24 1 0.33
Hex 0 AA A5 64 0 3 21 B2 64 21
Octal 0 252 245 144 0 3 41 262 144 41
Binary 0 10101010 10100101 1100100 0 11 100001 10110010 1100100 100001

Color Harmonies of #00AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AAA5

Black with #00AAA5

Text Example


Text Example

White with #00AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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