#01A7AA

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

Shades of Persian Green #01A7AA

Tints of Persian Green #01A7AA

Color information

#01A7AA (or 0x01A7AA) is unknown color: approx Persian Green. HEX triplet: 01, A7 and AA. RGB value is (1,167,170). Sum of RGB (Red+Green+Blue) = 1+167+170=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #01A7AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A7AA is #FE5855. Grayscale: #757575. Windows color (decimal): -16668758 or 11183873. OLE color: 11183873.

HSL color Cylindrical-coordinate representation of color #01A7AA: hue angle of 181.07º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A7AA is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1167170-
CMYK0.990.0200.33
HSL181.07º98.83%33.53%-
HSV(B)181.07º99.41%66.67%-
XYZ21.0930.5542.81-
YUV117.71157.544.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 167 (65.62% from 255) = 49.41%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=0.30%
G=49.41%
B=50.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11671700.990.0200.33181.0798.8333.53
Hex1A7AA632021b56322
Octal1247252143204126514342
Binary110100111101010101100011100100001101101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A7AA; }

 p { color: rgb(1,167,170); }

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

<style>
 a { background-color: #01A7AA; }

 a { background-color: rgb(1,167,170); }

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

<style>
 span { border-color: #01A7AA; }

 span { border-color: rgb(1,167,170); }

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