#07AD9D

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

Shades of Persian Green #07AD9D

Tints of Persian Green #07AD9D

Color information

#07AD9D (or 0x07AD9D) is unknown color: approx Persian Green. HEX triplet: 07, AD and 9D. RGB value is (7,173,157). Sum of RGB (Red+Green+Blue) = 7+173+157=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AD9D is #F85262. Grayscale: #797979. Windows color (decimal): -16274019 or 10333447. OLE color: 10333447.

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

Color convert

RGB7173157-
CMYK0.9600.090.32
HSL174.22º92.22%35.29%-
HSV(B)174.22º95.95%67.84%-
XYZ21.1232.3737.03-
YUV121.5414846.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.08%
GREEN value IS 173 (67.97% from 255) = 51.34%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=2.08%
G=51.34%
B=46.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71731570.9600.090.32174.2292.2235.29
Hex7AD9D600920ae5c23
Octal72552351400114025613443
Binary1111010110110011101110000001001100000101011101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,173,157); }

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

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

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

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

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

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

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