Html Css Color HEX #13A697 Persian Green

📋 copy color: '#13A697'

red 19 ◦ green 166 ◦ blue 151

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

Shades of Persian Green #13A697

Tints of Persian Green #13A697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.4%

 BLUE value IS 151 (59.38% from 255) = 44.94%

R = 5.65%
G = 49.4%
B = 44.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#13A697 (or 0x13A697) is known color: Persian Green. HEX triplet: 13, A6 and 97. RGB value is (19,166,151). Sum of RGB (Red+Green+Blue) = 19+166+151=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #13A697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A697 is #EC5968. Grayscale: #787878. Windows color (decimal): -15489385 or 9938451. OLE color: 9938451.

HSL color Cylindrical-coordinate representation of color #13A697: hue angle of 173.88º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A697 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 166 151 -
CMYK 0.89 0 0.09 0.35
HSL 173.88º 0.79% 0.36% -
HSV(B) 173.88º 0.89% 0.65% -
XYZ 19.49 29.65 33.97 -
YUV 120.34 145.3 55.72 -
System Red Green Blue C M Y K H S L
Decimal 19 166 151 0.89 0 0.09 0.35 173.88 0.79 0.36
Hex 13 A6 97 59 0 9 23 AE 4F 24
Octal 23 246 227 131 0 11 43 256 117 44
Binary 10011 10100110 10010111 1011001 0 1001 100011 10101110 1001111 100100

Color Harmonies of #13A697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A697

Black with #13A697

Text Example


Text Example

White with #13A697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,166,151); }

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

background-color css

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

 a { background-color: rgb(19,166,151); }

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

border-color css

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

 span { border-color: rgb(19,166,151); }

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