Html Css Color HEX #07AA9C Persian Green

📋 copy color: '#07AA9C'

red 7 ◦ green 170 ◦ blue 156

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

Shades of Persian Green #07AA9C

Tints of Persian Green #07AA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 2.1%
G = 51.05%
B = 46.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#07AA9C (or 0x07AA9C) is known color: Persian Green. HEX triplet: 07, AA and 9C. RGB value is (7,170,156). Sum of RGB (Red+Green+Blue) = 7+170+156=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AA9C is #F85563. Grayscale: #777777. Windows color (decimal): -16274788 or 10267143. OLE color: 10267143.

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

Color convert

RGB 7 170 156 -
CMYK 0.96 0 0.08 0.33
HSL 174.85º 0.92% 0.35% -
HSV(B) 174.85º 0.96% 0.67% -
XYZ 20.46 31.19 36.4 -
YUV 119.67 148.5 47.64 -
System Red Green Blue C M Y K H S L
Decimal 7 170 156 0.96 0 0.08 0.33 174.85 0.92 0.35
Hex 7 AA 9C 60 0 8 21 AF 5C 23
Octal 7 252 234 140 0 10 41 257 134 43
Binary 111 10101010 10011100 1100000 0 1000 100001 10101111 1011100 100011

Color Harmonies of #07AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AA9C

Black with #07AA9C

Text Example


Text Example

White with #07AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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