Html Css Color HEX #07AA9E Persian Green

📋 copy color: '#07AA9E'

red 7 ◦ green 170 ◦ blue 158

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

Shades of Persian Green #07AA9E

Tints of Persian Green #07AA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 2.09%
G = 50.75%
B = 47.16%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#07AA9E (or 0x07AA9E) is known color: Persian Green. HEX triplet: 07, AA and 9E. RGB value is (7,170,158). Sum of RGB (Red+Green+Blue) = 7+170+158=335 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.09% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AA9E is #F85561. Grayscale: #777777. Windows color (decimal): -16274786 or 10398215. OLE color: 10398215.

HSL color Cylindrical-coordinate representation of color #07AA9E: hue angle of 175.58º 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 #07AA9E is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 170 158 -
CMYK 0.96 0 0.07 0.33
HSL 175.58º 0.92% 0.35% -
HSV(B) 175.58º 0.96% 0.67% -
XYZ 20.63 31.26 37.29 -
YUV 119.9 149.5 47.48 -
System Red Green Blue C M Y K H S L
Decimal 7 170 158 0.96 0 0.07 0.33 175.58 0.92 0.35
Hex 7 AA 9E 60 0 7 21 B0 5C 23
Octal 7 252 236 140 0 7 41 260 134 43
Binary 111 10101010 10011110 1100000 0 111 100001 10110000 1011100 100011

Color Harmonies of #07AA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AA9E

Black with #07AA9E

Text Example


Text Example

White with #07AA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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