Html Css Color HEX #01AEAA Persian Green

📋 copy color: '#01AEAA'

red 1 ◦ green 174 ◦ blue 170

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

Shades of Persian Green #01AEAA

Tints of Persian Green #01AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.43%

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

R = 0.29%
G = 50.43%
B = 49.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#01AEAA (or 0x01AEAA) is known color: Persian Green. HEX triplet: 01, AE and AA. RGB value is (1,174,170). Sum of RGB (Red+Green+Blue) = 1+174+170=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #01AEAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEAA is #FE5155. Grayscale: #797979. Windows color (decimal): -16666966 or 11185665. OLE color: 11185665.

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

Color convert

RGB 1 174 170 -
CMYK 0.99 0 0.02 0.32
HSL 178.61º 0.99% 0.34% -
HSV(B) 178.61º 0.99% 0.68% -
XYZ 22.4 33.18 43.25 -
YUV 121.82 155.19 41.83 -
System Red Green Blue C M Y K H S L
Decimal 1 174 170 0.99 0 0.02 0.32 178.61 0.99 0.34
Hex 1 AE AA 63 0 2 20 B3 63 22
Octal 1 256 252 143 0 2 40 263 143 42
Binary 1 10101110 10101010 1100011 0 10 100000 10110011 1100011 100010

Color Harmonies of #01AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AEAA

Black with #01AEAA

Text Example


Text Example

White with #01AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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