Html Css Color HEX #13A696 Persian Green

📋 copy color: '#13A696'

red 19 ◦ green 166 ◦ blue 150

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

Shades of Persian Green #13A696

Tints of Persian Green #13A696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.78%

R = 5.67%
G = 49.55%
B = 44.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#13A696 (or 0x13A696) is known color: Persian Green. HEX triplet: 13, A6 and 96. RGB value is (19,166,150). Sum of RGB (Red+Green+Blue) = 19+166+150=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #13A696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A696 is #EC5969. Grayscale: #787878. Windows color (decimal): -15489386 or 9872915. OLE color: 9872915.

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

Color convert

RGB 19 166 150 -
CMYK 0.89 0 0.10 0.35
HSL 173.47º 0.79% 0.36% -
HSV(B) 173.47º 0.89% 0.65% -
XYZ 19.41 29.61 33.55 -
YUV 120.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 19 166 150 0.89 0 0.10 0.35 173.47 0.79 0.36
Hex 13 A6 96 59 0 A 23 AD 4F 24
Octal 23 246 226 131 0 12 43 255 117 44
Binary 10011 10100110 10010110 1011001 0 1010 100011 10101101 1001111 100100

Color Harmonies of #13A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A696

Black with #13A696

Text Example


Text Example

White with #13A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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