#03A7A1

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

Shades of Persian Green #03A7A1

Tints of Persian Green #03A7A1

Color information

#03A7A1 (or 0x03A7A1) is unknown color: approx Persian Green. HEX triplet: 03, A7 and A1. RGB value is (3,167,161). Sum of RGB (Red+Green+Blue) = 3+167+161=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #03A7A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A7A1 is #FC585E. Grayscale: #757575. Windows color (decimal): -16537695 or 10594051. OLE color: 10594051.

HSL color Cylindrical-coordinate representation of color #03A7A1: hue angle of 177.8º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A7A1 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB3167161-
CMYK0.9800.040.35
HSL177.8º96.47%33.33%-
HSV(B)177.8º98.2%65.49%-
XYZ20.2930.2338.48-
YUV117.28152.6746.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.91%
GREEN value IS 167 (65.62% from 255) = 50.45%
BLUE value IS 161 (63.28% from 255) = 48.64%
R=0.91%
G=50.45%
B=48.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal31671610.9800.040.35177.896.4733.33
Hex3A7A1620423b26021
Octal3247241142044326214041
Binary11101001111010000111000100100100011101100101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A7A1; }

 p { color: rgb(3,167,161); }

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

<style>
 a { background-color: #03A7A1; }

 a { background-color: rgb(3,167,161); }

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

<style>
 span { border-color: #03A7A1; }

 span { border-color: rgb(3,167,161); }

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