#07A48F

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

Shades of Persian Green #07A48F

Tints of Persian Green #07A48F

Color information

#07A48F (or 0x07A48F) is unknown color: approx Persian Green. HEX triplet: 07, A4 and 8F. RGB value is (7,164,143). Sum of RGB (Red+Green+Blue) = 7+164+143=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #07A48F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A48F is #F85B70. Grayscale: #727272. Windows color (decimal): -16276337 or 9413639. OLE color: 9413639.

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

Color convert

RGB7164143-
CMYK0.9600.130.36
HSL171.97º91.81%33.53%-
HSV(B)171.97º95.73%64.31%-
XYZ18.3228.5830.54-
YUV114.66143.9951.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.23%
GREEN value IS 164 (64.45% from 255) = 52.23%
BLUE value IS 143 (56.25% from 255) = 45.54%
R=2.23%
G=52.23%
B=45.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71641430.9600.130.36171.9791.8133.53
Hex7A48F600D24ac5c22
Octal72442171400154425413442
Binary1111010010010001111110000001101100100101011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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