Html Css Color HEX #13A39D Persian Green

📋 copy color: '#13A39D'

red 19 ◦ green 163 ◦ blue 157

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

Shades of Persian Green #13A39D

Tints of Persian Green #13A39D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.08%

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 5.6%
G = 48.08%
B = 46.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#13A39D (or 0x13A39D) is known color: Persian Green. HEX triplet: 13, A3 and 9D. RGB value is (19,163,157). Sum of RGB (Red+Green+Blue) = 19+163+157=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #13A39D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A39D is #EC5C62. Grayscale: #777777. Windows color (decimal): -15490147 or 10330899. OLE color: 10330899.

HSL color Cylindrical-coordinate representation of color #13A39D: hue angle of 177.5º 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 #13A39D is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 163 157 -
CMYK 0.88 0 0.04 0.36
HSL 177.5º 0.79% 0.36% -
HSV(B) 177.5º 0.88% 0.64% -
XYZ 19.45 28.77 36.43 -
YUV 119.26 149.29 56.49 -
System Red Green Blue C M Y K H S L
Decimal 19 163 157 0.88 0 0.04 0.36 177.5 0.79 0.36
Hex 13 A3 9D 58 0 4 24 B2 4F 24
Octal 23 243 235 130 0 4 44 262 117 44
Binary 10011 10100011 10011101 1011000 0 100 100100 10110010 1001111 100100

Color Harmonies of #13A39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A39D

Black with #13A39D

Text Example


Text Example

White with #13A39D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,163,157); }

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

background-color css

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

 a { background-color: rgb(19,163,157); }

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

border-color css

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

 span { border-color: rgb(19,163,157); }

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