#13A9A5

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

Shades of Light Sea Green #13A9A5

Tints of Light Sea Green #13A9A5

Color information

#13A9A5 (or 0x13A9A5) is unknown color: approx Light Sea Green. HEX triplet: 13, A9 and A5. RGB value is (19,169,165). Sum of RGB (Red+Green+Blue) = 19+169+165=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #13A9A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A9A5 is #EC565A. Grayscale: #7B7B7B. Windows color (decimal): -15488603 or 10856723. OLE color: 10856723.

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

Color convert

RGB19169165-
CMYK0.8900.020.34
HSL178.4º79.79%36.86%-
HSV(B)178.4º88.76%66.27%-
XYZ21.2531.2340.51-
YUV123.69151.353.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.38%
GREEN value IS 169 (66.41% from 255) = 47.88%
BLUE value IS 165 (64.84% from 255) = 46.74%
R=5.38%
G=47.88%
B=46.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal191691650.8900.020.34178.479.7936.86
Hex13A9A5590222b25025
Octal23251245131024226212045
Binary1001110101001101001011011001010100010101100101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,169,165); }

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

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

 a { background-color: rgb(19,169,165); }

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

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

 span { border-color: rgb(19,169,165); }

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