Html Css Color HEX #13AB92 Persian Green

📋 copy color: '#13AB92'

red 19 ◦ green 171 ◦ blue 146

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

Shades of Persian Green #13AB92

Tints of Persian Green #13AB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 5.65%
G = 50.89%
B = 43.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#13AB92 (or 0x13AB92) is known color: Persian Green. HEX triplet: 13, AB and 92. RGB value is (19,171,146). Sum of RGB (Red+Green+Blue) = 19+171+146=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AB92 is #EC546D. Grayscale: #7A7A7A. Windows color (decimal): -15488110 or 9612051. OLE color: 9612051.

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

Color convert

RGB 19 171 146 -
CMYK 0.89 0 0.15 0.33
HSL 170.13º 0.8% 0.37% -
HSV(B) 170.13º 0.89% 0.67% -
XYZ 20.02 31.34 32.19 -
YUV 122.7 141.14 54.03 -
System Red Green Blue C M Y K H S L
Decimal 19 171 146 0.89 0 0.15 0.33 170.13 0.8 0.37
Hex 13 AB 92 59 0 F 21 AA 50 25
Octal 23 253 222 131 0 17 41 252 120 45
Binary 10011 10101011 10010010 1011001 0 1111 100001 10101010 1010000 100101

Color Harmonies of #13AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AB92

Black with #13AB92

Text Example


Text Example

White with #13AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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