Html Css Color HEX #13A69A Persian Green

📋 copy color: '#13A69A'

red 19 ◦ green 166 ◦ blue 154

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

Shades of Persian Green #13A69A

Tints of Persian Green #13A69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 5.6%
G = 48.97%
B = 45.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#13A69A (or 0x13A69A) is known color: Persian Green. HEX triplet: 13, A6 and 9A. RGB value is (19,166,154). Sum of RGB (Red+Green+Blue) = 19+166+154=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #13A69A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A69A is #EC5965. Grayscale: #787878. Windows color (decimal): -15489382 or 10135059. OLE color: 10135059.

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

Color convert

RGB 19 166 154 -
CMYK 0.89 0 0.07 0.35
HSL 175.1º 0.79% 0.36% -
HSV(B) 175.1º 0.89% 0.65% -
XYZ 19.74 29.74 35.27 -
YUV 120.68 146.8 55.48 -
System Red Green Blue C M Y K H S L
Decimal 19 166 154 0.89 0 0.07 0.35 175.1 0.79 0.36
Hex 13 A6 9A 59 0 7 23 AF 4F 24
Octal 23 246 232 131 0 7 43 257 117 44
Binary 10011 10100110 10011010 1011001 0 111 100011 10101111 1001111 100100

Color Harmonies of #13A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A69A

Black with #13A69A

Text Example


Text Example

White with #13A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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