Html Css Color HEX #13A093 Persian Green

📋 copy color: '#13A093'

red 19 ◦ green 160 ◦ blue 147

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

Shades of Persian Green #13A093

Tints of Persian Green #13A093

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.08%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 5.83%
G = 49.08%
B = 45.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#13A093 (or 0x13A093) is known color: Persian Green. HEX triplet: 13, A0 and 93. RGB value is (19,160,147). Sum of RGB (Red+Green+Blue) = 19+160+147=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #13A093 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A093 is #EC5F6C. Grayscale: #747474. Windows color (decimal): -15490925 or 9674771. OLE color: 9674771.

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

Color convert

RGB 19 160 147 -
CMYK 0.88 0 0.08 0.37
HSL 174.47º 0.79% 0.35% -
HSV(B) 174.47º 0.88% 0.63% -
XYZ 18.11 27.39 31.94 -
YUV 116.36 145.29 58.56 -
System Red Green Blue C M Y K H S L
Decimal 19 160 147 0.88 0 0.08 0.37 174.47 0.79 0.35
Hex 13 A0 93 58 0 8 25 AE 4F 23
Octal 23 240 223 130 0 10 45 256 117 43
Binary 10011 10100000 10010011 1011000 0 1000 100101 10101110 1001111 100011

Color Harmonies of #13A093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A093

Black with #13A093

Text Example


Text Example

White with #13A093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,160,147); }

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

background-color css

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

 a { background-color: rgb(19,160,147); }

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

border-color css

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

 span { border-color: rgb(19,160,147); }

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