Html Css Color HEX #01AAAA Persian Green

📋 copy color: '#01AAAA'

red 1 ◦ green 170 ◦ blue 170

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

Shades of Persian Green #01AAAA

Tints of Persian Green #01AAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.85%

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

R = 0.29%
G = 49.85%
B = 49.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#01AAAA (or 0x01AAAA) is known color: Persian Green. HEX triplet: 01, AA and AA. RGB value is (1,170,170). Sum of RGB (Red+Green+Blue) = 1+170+170=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #01AAAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AAAA is #FE5555. Grayscale: #777777. Windows color (decimal): -16667990 or 11184641. OLE color: 11184641.

HSL color Cylindrical-coordinate representation of color #01AAAA: hue angle of 180º 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 #01AAAA is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 170 170 -
CMYK 0.99 0 0 0.33
HSL 180º 0.99% 0.34% -
HSV(B) 180º 0.99% 0.67% -
XYZ 21.64 31.66 43 -
YUV 119.47 156.51 43.5 -
System Red Green Blue C M Y K H S L
Decimal 1 170 170 0.99 0 0 0.33 180 0.99 0.34
Hex 1 AA AA 63 0 0 21 B4 63 22
Octal 1 252 252 143 0 0 41 264 143 42
Binary 1 10101010 10101010 1100011 0 0 100001 10110100 1100011 100010

Color Harmonies of #01AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AAAA

Black with #01AAAA

Text Example


Text Example

White with #01AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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