#13A08A

Color #13A08A Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #13A08A

Tints of Persian Green #13A08A

Color information

#13A08A (or 0x13A08A) is unknown color: approx Persian Green. HEX triplet: 13, A0 and 8A. RGB value is (19,160,138). Sum of RGB (Red+Green+Blue) = 19+160+138=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #13A08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A08A is #EC5F75. Grayscale: #737373. Windows color (decimal): -15490934 or 9084947. OLE color: 9084947.

HSL color Cylindrical-coordinate representation of color #13A08A: hue angle of 170.64º 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 #13A08A is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB19160138-
CMYK0.8800.140.37
HSL170.64º78.77%35.1%-
HSV(B)170.64º88.13%62.75%-
XYZ17.4327.1228.36-
YUV115.33140.7959.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.99%
GREEN value IS 160 (62.89% from 255) = 50.47%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=5.99%
G=50.47%
B=43.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal191601380.8800.140.37170.6478.7735.1
Hex13A08A580E25ab4f23
Octal232402121300164525311743
Binary100111010000010001010101100001110100101101010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13A08A;
 }
 .AnyTagClassName
 {
   color: #13A08A;
 }
</style>
background-color css

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

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

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

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

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

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