Html Css Color HEX #07AAAA Persian Green

📋 copy color: '#07AAAA'

red 7 ◦ green 170 ◦ blue 170

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

Shades of Persian Green #07AAAA

Tints of Persian Green #07AAAA

RGB

 RED value IS 7 (3.13% from 255) = 2.02%

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

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 2.02%
G = 48.99%
B = 48.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#07AAAA (or 0x07AAAA) is known color: Persian Green. HEX triplet: 07, AA and AA. RGB value is (7,170,170). Sum of RGB (Red+Green+Blue) = 7+170+170=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #07AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AAAA is #F85555. Grayscale: #797979. Windows color (decimal): -16274774 or 11184647. OLE color: 11184647.

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

Color convert

RGB 7 170 170 -
CMYK 0.96 0 0 0.33
HSL 180º 0.92% 0.35% -
HSV(B) 180º 0.96% 0.67% -
XYZ 21.72 31.7 43 -
YUV 121.26 155.5 46.5 -
System Red Green Blue C M Y K H S L
Decimal 7 170 170 0.96 0 0 0.33 180 0.92 0.35
Hex 7 AA AA 60 0 0 21 B4 5C 23
Octal 7 252 252 140 0 0 41 264 134 43
Binary 111 10101010 10101010 1100000 0 0 100001 10110100 1011100 100011

Color Harmonies of #07AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AAAA

Black with #07AAAA

Text Example


Text Example

White with #07AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AAAA; }

 p { color: rgb(7,170,170); }

 H1.HeaderClassName
 {
   color: #07AAAA;
 }
 .AnyTagClassName
 {
   color: #07AAAA;
 }
</style>

background-color css

<style>
 a { background-color: #07AAAA; }

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

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

border-color css

<style>
 span { border-color: #07AAAA; }

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

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