Html Css Color HEX #13A49B Persian Green

📋 copy color: '#13A49B'

red 19 ◦ green 164 ◦ blue 155

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

Shades of Persian Green #13A49B

Tints of Persian Green #13A49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.52%

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 5.62%
G = 48.52%
B = 45.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#13A49B (or 0x13A49B) is known color: Persian Green. HEX triplet: 13, A4 and 9B. RGB value is (19,164,155). Sum of RGB (Red+Green+Blue) = 19+164+155=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #13A49B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A49B is #EC5B64. Grayscale: #777777. Windows color (decimal): -15489893 or 10200083. OLE color: 10200083.

HSL color Cylindrical-coordinate representation of color #13A49B: hue angle of 176.28º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A49B is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 164 155 -
CMYK 0.88 0 0.05 0.36
HSL 176.28º 0.79% 0.36% -
HSV(B) 176.28º 0.88% 0.64% -
XYZ 19.46 29.06 35.59 -
YUV 119.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 19 164 155 0.88 0 0.05 0.36 176.28 0.79 0.36
Hex 13 A4 9B 58 0 5 24 B0 4F 24
Octal 23 244 233 130 0 5 44 260 117 44
Binary 10011 10100100 10011011 1011000 0 101 100100 10110000 1001111 100100

Color Harmonies of #13A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A49B

Black with #13A49B

Text Example


Text Example

White with #13A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,164,155); }

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

background-color css

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

 a { background-color: rgb(19,164,155); }

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

border-color css

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

 span { border-color: rgb(19,164,155); }

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