#07A3A0

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

Shades of Persian Green #07A3A0

Tints of Persian Green #07A3A0

Color information

#07A3A0 (or 0x07A3A0) is unknown color: approx Persian Green. HEX triplet: 07, A3 and A0. RGB value is (7,163,160). Sum of RGB (Red+Green+Blue) = 7+163+160=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #07A3A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07A3A0 is #F85C5F. Grayscale: #737373. Windows color (decimal): -16276576 or 10527495. OLE color: 10527495.

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

Color convert

RGB7163160-
CMYK0.9600.020.36
HSL178.85º91.76%33.33%-
HSV(B)178.85º95.71%63.92%-
XYZ19.5328.7837.78-
YUV116.01152.8250.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.12%
GREEN value IS 163 (64.06% from 255) = 49.39%
BLUE value IS 160 (62.89% from 255) = 48.48%
R=2.12%
G=49.39%
B=48.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71631600.9600.020.36178.8591.7633.33
Hex7A3A0600224b35c21
Octal7243240140024426313441
Binary11110100011101000001100000010100100101100111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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