#07AFA4

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

Shades of Persian Green #07AFA4

Tints of Persian Green #07AFA4

Color information

#07AFA4 (or 0x07AFA4) is unknown color: approx Persian Green. HEX triplet: 07, AF and A4. RGB value is (7,175,164). Sum of RGB (Red+Green+Blue) = 7+175+164=346 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #07AFA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AFA4 is #F8505B. Grayscale: #7B7B7B. Windows color (decimal): -16273500 or 10792711. OLE color: 10792711.

HSL color Cylindrical-coordinate representation of color #07AFA4: hue angle of 176.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AFA4 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB7175164-
CMYK0.9600.060.31
HSL176.07º92.31%35.69%-
HSV(B)176.07º96%68.63%-
XYZ22.1233.3940.4-
YUV123.51150.8444.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.02%
GREEN value IS 175 (68.75% from 255) = 50.58%
BLUE value IS 164 (64.45% from 255) = 47.40%
R=2.02%
G=50.58%
B=47.40%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71751640.9600.060.31176.0792.3135.69
Hex7AFA460061Fb05c24
Octal7257244140063726013444
Binary11110101111101001001100000011011111101100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,175,164); }

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

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

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

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

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

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

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