Html Css Color HEX #01A7AA Persian Green

📋 copy color: '#01A7AA'

red 1 ◦ green 167 ◦ blue 170

#01A7AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #01A7AA

Tints of Persian Green #01A7AA

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 167 (65.63% from 255) = 49.41%

 BLUE value IS 170 (66.8% from 255) = 50.3%

R = 0.3%
G = 49.41%
B = 50.3%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#01A7AA (or 0x01A7AA) is known color: 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

RGB 1 167 170 -
CMYK 0.99 0.02 0 0.33
HSL 181.07º 0.99% 0.34% -
HSV(B) 181.07º 0.99% 0.67% -
XYZ 21.09 30.55 42.81 -
YUV 117.71 157.5 44.76 -
System Red Green Blue C M Y K H S L
Decimal 1 167 170 0.99 0.02 0 0.33 181.07 0.99 0.34
Hex 1 A7 AA 63 2 0 21 B5 63 22
Octal 1 247 252 143 2 0 41 265 143 42
Binary 1 10100111 10101010 1100011 10 0 100001 10110101 1100011 100010

Color Harmonies of #01A7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A7AA

Black with #01A7AA

Text Example


Text Example

White with #01A7AA

Text Example


Text Example

HTML Codes & Css Web 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>