Html Css Color HEX #13A892 Persian Green

📋 copy color: '#13A892'

red 19 ◦ green 168 ◦ blue 146

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

Shades of Persian Green #13A892

Tints of Persian Green #13A892

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.45%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 5.71%
G = 50.45%
B = 43.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.34

RGB Variations

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

Color information

#13A892 (or 0x13A892) is known color: Persian Green. HEX triplet: 13, A8 and 92. RGB value is (19,168,146). Sum of RGB (Red+Green+Blue) = 19+168+146=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #13A892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A892 is #EC576D. Grayscale: #787878. Windows color (decimal): -15488878 or 9611283. OLE color: 9611283.

HSL color Cylindrical-coordinate representation of color #13A892: hue angle of 171.14º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A892 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB 19 168 146 -
CMYK 0.89 0 0.13 0.34
HSL 171.14º 0.8% 0.37% -
HSV(B) 171.14º 0.89% 0.66% -
XYZ 19.46 30.22 32 -
YUV 120.94 142.14 55.29 -
System Red Green Blue C M Y K H S L
Decimal 19 168 146 0.89 0 0.13 0.34 171.14 0.8 0.37
Hex 13 A8 92 59 0 D 22 AB 50 25
Octal 23 250 222 131 0 15 42 253 120 45
Binary 10011 10101000 10010010 1011001 0 1101 100010 10101011 1010000 100101

Color Harmonies of #13A892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A892

Black with #13A892

Text Example


Text Example

White with #13A892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,168,146); }

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

background-color css

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

 a { background-color: rgb(19,168,146); }

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

border-color css

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

 span { border-color: rgb(19,168,146); }

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