Html Css Color HEX #13AB99 Persian Green

📋 copy color: '#13AB99'

red 19 ◦ green 171 ◦ blue 153

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

Shades of Persian Green #13AB99

Tints of Persian Green #13AB99

RGB

 RED value IS 19 (7.81% from 255) = 5.54%

 GREEN value IS 171 (67.19% from 255) = 49.85%

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 5.54%
G = 49.85%
B = 44.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#13AB99 (or 0x13AB99) is known color: Persian Green. HEX triplet: 13, AB and 99. RGB value is (19,171,153). Sum of RGB (Red+Green+Blue) = 19+171+153=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AB99 is #EC5466. Grayscale: #7B7B7B. Windows color (decimal): -15488103 or 10070803. OLE color: 10070803.

HSL color Cylindrical-coordinate representation of color #13AB99: hue angle of 172.89º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AB99 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 171 153 -
CMYK 0.89 0 0.11 0.33
HSL 172.89º 0.8% 0.37% -
HSV(B) 172.89º 0.89% 0.67% -
XYZ 20.58 31.56 35.14 -
YUV 123.5 144.64 53.46 -
System Red Green Blue C M Y K H S L
Decimal 19 171 153 0.89 0 0.11 0.33 172.89 0.8 0.37
Hex 13 AB 99 59 0 B 21 AD 50 25
Octal 23 253 231 131 0 13 41 255 120 45
Binary 10011 10101011 10011001 1011001 0 1011 100001 10101101 1010000 100101

Color Harmonies of #13AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AB99

Black with #13AB99

Text Example


Text Example

White with #13AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13AB99; }

 p { color: rgb(19,171,153); }

 H1.HeaderClassName
 {
   color: #13AB99;
 }
 .AnyTagClassName
 {
   color: #13AB99;
 }
</style>

background-color css

<style>
 a { background-color: #13AB99; }

 a { background-color: rgb(19,171,153); }

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

border-color css

<style>
 span { border-color: #13AB99; }

 span { border-color: rgb(19,171,153); }

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