Html Css Color HEX #13AA93 Persian Green

📋 copy color: '#13AA93'

red 19 ◦ green 170 ◦ blue 147

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

Shades of Persian Green #13AA93

Tints of Persian Green #13AA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 5.65%
G = 50.6%
B = 43.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#13AA93 (or 0x13AA93) is known color: Persian Green. HEX triplet: 13, AA and 93. RGB value is (19,170,147). Sum of RGB (Red+Green+Blue) = 19+170+147=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA93 is #EC556C. Grayscale: #7A7A7A. Windows color (decimal): -15488365 or 9677331. OLE color: 9677331.

HSL color Cylindrical-coordinate representation of color #13AA93: hue angle of 170.86º 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 #13AA93 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 147 -
CMYK 0.89 0 0.14 0.33
HSL 170.86º 0.8% 0.37% -
HSV(B) 170.86º 0.89% 0.67% -
XYZ 19.91 30.99 32.54 -
YUV 122.23 141.97 54.37 -
System Red Green Blue C M Y K H S L
Decimal 19 170 147 0.89 0 0.14 0.33 170.86 0.8 0.37
Hex 13 AA 93 59 0 E 21 AB 50 25
Octal 23 252 223 131 0 16 41 253 120 45
Binary 10011 10101010 10010011 1011001 0 1110 100001 10101011 1010000 100101

Color Harmonies of #13AA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA93

Black with #13AA93

Text Example


Text Example

White with #13AA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,170,147); }

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

background-color css

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

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

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

border-color css

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

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

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