Html Css Color HEX #13A29A Persian Green

📋 copy color: '#13A29A'

red 19 ◦ green 162 ◦ blue 154

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

Shades of Persian Green #13A29A

Tints of Persian Green #13A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.36%

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

R = 5.67%
G = 48.36%
B = 45.97%

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

#13A29A (or 0x13A29A) is known color: Persian Green. HEX triplet: 13, A2 and 9A. RGB value is (19,162,154). Sum of RGB (Red+Green+Blue) = 19+162+154=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #13A29A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A29A is #EC5D65. Grayscale: #767676. Windows color (decimal): -15490406 or 10134035. OLE color: 10134035.

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

Color convert

RGB 19 162 154 -
CMYK 0.88 0 0.05 0.36
HSL 176.64º 0.79% 0.35% -
HSV(B) 176.64º 0.88% 0.64% -
XYZ 19.02 28.31 35.03 -
YUV 118.33 148.12 57.15 -
System Red Green Blue C M Y K H S L
Decimal 19 162 154 0.88 0 0.05 0.36 176.64 0.79 0.35
Hex 13 A2 9A 58 0 5 24 B1 4F 23
Octal 23 242 232 130 0 5 44 261 117 43
Binary 10011 10100010 10011010 1011000 0 101 100100 10110001 1001111 100011

Color Harmonies of #13A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A29A

Black with #13A29A

Text Example


Text Example

White with #13A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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