#07A0A3

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

Shades of Persian Green #07A0A3

Tints of Persian Green #07A0A3

Color information

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

HSL color Cylindrical-coordinate representation of color #07A0A3: hue angle of 181.15º 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 #07A0A3 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7160163-
CMYK0.960.0200.36
HSL181.15º91.76%33.33%-
HSV(B)181.15º95.71%63.92%-
XYZ19.2727.8339.01-
YUV114.6155.3151.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71601630.960.0200.36181.1591.7633.33
Hex7A0A3602024b55c21
Octal7240243140204426513441
Binary11110100000101000111100000100100100101101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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