#13C0AC

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

Shades of Light Sea Green #13C0AC

Tints of Light Sea Green #13C0AC

Color information

#13C0AC (or 0x13C0AC) is unknown color: approx Light Sea Green. HEX triplet: 13, C0 and AC. RGB value is (19,192,172). Sum of RGB (Red+Green+Blue) = 19+192+172=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #13C0AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C0AC is #EC3F53. Grayscale: #898989. Windows color (decimal): -15482708 or 11321363. OLE color: 11321363.

HSL color Cylindrical-coordinate representation of color #13C0AC: hue angle of 173.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C0AC is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19192172-
CMYK0.9000.100.25
HSL173.06º81.99%41.37%-
HSV(B)173.06º90.1%75.29%-
XYZ26.5640.8245.51-
YUV137.99147.1943.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.96%
GREEN value IS 192 (75.39% from 255) = 50.13%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=4.96%
G=50.13%
B=44.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191921720.9000.100.25173.0681.9941.37
Hex13C0AC5A0A19ad5229
Octal233002541320123125512251
Binary10011110000001010110010110100101011001101011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,192,172); }

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

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

 a { background-color: rgb(19,192,172); }

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

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

 span { border-color: rgb(19,192,172); }

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