Html Css Color HEX #00AAA7 Persian Green

📋 copy color: '#00AAA7'

red 0 ◦ green 170 ◦ blue 167

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

Shades of Persian Green #00AAA7

Tints of Persian Green #00AAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.55%

R = 0%
G = 50.45%
B = 49.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#00AAA7 (or 0x00AAA7) is known color: Persian Green. HEX triplet: 00, AA and A7. RGB value is (0,170,167). Sum of RGB (Red+Green+Blue) = 0+170+167=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 167 (65.62% from 255 or 49.55% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #00AAA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AAA7 is #FF5558. Grayscale: #767676. Windows color (decimal): -16733529 or 10988032. OLE color: 10988032.

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

Color convert

RGB 0 170 167 -
CMYK 1 0 0.02 0.33
HSL 178.94º 1% 0.33% -
HSV(B) 178.94º 1% 0.67% -
XYZ 21.35 31.54 41.52 -
YUV 118.83 155.18 43.24 -
System Red Green Blue C M Y K H S L
Decimal 0 170 167 1 0 0.02 0.33 178.94 1 0.33
Hex 0 AA A7 64 0 2 21 B3 64 21
Octal 0 252 247 144 0 2 41 263 144 41
Binary 0 10101010 10100111 1100100 0 10 100001 10110011 1100100 100001

Color Harmonies of #00AAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AAA7

Black with #00AAA7

Text Example


Text Example

White with #00AAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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