#13C0AD

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

Shades of Light Sea Green #13C0AD

Tints of Light Sea Green #13C0AD

Color information

#13C0AD (or 0x13C0AD) is unknown color: approx Light Sea Green. HEX triplet: 13, C0 and AD. RGB value is (19,192,173). Sum of RGB (Red+Green+Blue) = 19+192+173=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #13C0AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C0AD is #EC3F52. Grayscale: #8A8A8A. Windows color (decimal): -15482707 or 11386899. OLE color: 11386899.

HSL color Cylindrical-coordinate representation of color #13C0AD: hue angle of 173.41º 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 #13C0AD is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19192173-
CMYK0.9000.100.25
HSL173.41º81.99%41.37%-
HSV(B)173.41º90.1%75.29%-
XYZ26.6640.8546.02-
YUV138.11147.6943.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.95%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 173 (67.97% from 255) = 45.05%
R=4.95%
G=50%
B=45.05%

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
Decimal191921730.9000.100.25173.4181.9941.37
Hex13C0AD5A0A19ad5229
Octal233002551320123125512251
Binary10011110000001010110110110100101011001101011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13C0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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