Html Css Color HEX #01AFAA Persian Green

📋 copy color: '#01AFAA'

red 1 ◦ green 175 ◦ blue 170

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

Shades of Persian Green #01AFAA

Tints of Persian Green #01AFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.58%

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

R = 0.29%
G = 50.58%
B = 49.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#01AFAA (or 0x01AFAA) is known color: Persian Green. HEX triplet: 01, AF and AA. RGB value is (1,175,170). Sum of RGB (Red+Green+Blue) = 1+175+170=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #01AFAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AFAA is #FE5055. Grayscale: #7A7A7A. Windows color (decimal): -16666710 or 11185921. OLE color: 11185921.

HSL color Cylindrical-coordinate representation of color #01AFAA: hue angle of 178.28º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AFAA is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 175 170 -
CMYK 0.99 0 0.03 0.31
HSL 178.28º 0.99% 0.35% -
HSV(B) 178.28º 0.99% 0.69% -
XYZ 22.6 33.57 43.32 -
YUV 122.4 154.85 41.41 -
System Red Green Blue C M Y K H S L
Decimal 1 175 170 0.99 0 0.03 0.31 178.28 0.99 0.35
Hex 1 AF AA 63 0 3 1F B2 63 23
Octal 1 257 252 143 0 3 37 262 143 43
Binary 1 10101111 10101010 1100011 0 11 11111 10110010 1100011 100011

Color Harmonies of #01AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AFAA

Black with #01AFAA

Text Example


Text Example

White with #01AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01AFAA;
 }
 .AnyTagClassName
 {
   color: #01AFAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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