#13A89F

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

Shades of Light Sea Green #13A89F

Tints of Light Sea Green #13A89F

Color information

#13A89F (or 0x13A89F) is unknown color: approx Light Sea Green. HEX triplet: 13, A8 and 9F. RGB value is (19,168,159). Sum of RGB (Red+Green+Blue) = 19+168+159=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 168 - color contains mainly: green. Hex color #13A89F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A89F is #EC5760. Grayscale: #7A7A7A. Windows color (decimal): -15488865 or 10463251. OLE color: 10463251.

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

Color convert

RGB19168159-
CMYK0.8900.050.34
HSL176.38º79.68%36.67%-
HSV(B)176.38º88.69%65.88%-
XYZ20.5330.6537.63-
YUV122.42148.6454.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.49%
GREEN value IS 168 (66.02% from 255) = 48.55%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=5.49%
G=48.55%
B=45.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal191681590.8900.050.34176.3879.6836.67
Hex13A89F590522b05025
Octal23250237131054226012045
Binary10011101010001001111110110010101100010101100001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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