Html Css Color HEX #01AEAB Persian Green

📋 copy color: '#01AEAB'

red 1 ◦ green 174 ◦ blue 171

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

Shades of Persian Green #01AEAB

Tints of Persian Green #01AEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 0.29%
G = 50.29%
B = 49.42%

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

#01AEAB (or 0x01AEAB) is known color: Persian Green. HEX triplet: 01, AE and AB. RGB value is (1,174,171). Sum of RGB (Red+Green+Blue) = 1+174+171=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 174 (68.36% from 255 or 50.29% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 174 - color contains mainly: green. Hex color #01AEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEAB is #FE5154. Grayscale: #797979. Windows color (decimal): -16666965 or 11251201. OLE color: 11251201.

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

Color convert

RGB 1 174 171 -
CMYK 0.99 0 0.02 0.32
HSL 178.96º 0.99% 0.34% -
HSV(B) 178.96º 0.99% 0.68% -
XYZ 22.5 33.22 43.75 -
YUV 121.93 155.69 41.74 -
System Red Green Blue C M Y K H S L
Decimal 1 174 171 0.99 0 0.02 0.32 178.96 0.99 0.34
Hex 1 AE AB 63 0 2 20 B3 63 22
Octal 1 256 253 143 0 2 40 263 143 42
Binary 1 10101110 10101011 1100011 0 10 100000 10110011 1100011 100010

Color Harmonies of #01AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AEAB

Black with #01AEAB

Text Example


Text Example

White with #01AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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