#07a08e

Color #07A08E Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #07A08E

Tints of Persian Green #07A08E

Color information

#07A08E (or 0x07A08E) is unknown color: approx Persian Green. HEX triplet: 07, A0 and 8E. RGB value is (7,160,142). Sum of RGB (Red+Green+Blue) = 7+160+142=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #07A08E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A08E is #F85F71. Grayscale: #707070. Windows color (decimal): -16277362 or 9347079. OLE color: 9347079.

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

Color convert

RGB7160142-
CMYK0.9600.110.37
HSL172.94º91.62%32.75%-
HSV(B)172.94º95.63%62.75%-
XYZ17.5427.1429.91-
YUV112.2144.8152.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.27%
GREEN value IS 160 (62.89% from 255) = 51.78%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=2.27%
G=51.78%
B=45.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal71601420.9600.110.37172.9491.6232.75
Hex7A08E600B25ad5c21
Octal72402161400134525513441
Binary1111010000010001110110000001011100101101011011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07a08e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,160,142); }

 H1.HeaderClassName
 {
   color: #07a08e;
 }
 .AnyTagClassName
 {
   color: #07a08e;
 }
</style>
background-color css

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

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

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

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

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

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