#13AC9C

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

Shades of Light Sea Green #13AC9C

Tints of Light Sea Green #13AC9C

Color information

#13AC9C (or 0x13AC9C) is unknown color: approx Light Sea Green. HEX triplet: 13, AC and 9C. RGB value is (19,172,156). Sum of RGB (Red+Green+Blue) = 19+172+156=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AC9C is #EC5363. Grayscale: #7C7C7C. Windows color (decimal): -15487844 or 10267667. OLE color: 10267667.

HSL color Cylindrical-coordinate representation of color #13AC9C: hue angle of 173.73º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC9C is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB19172156-
CMYK0.8900.090.33
HSL173.73º80.1%37.45%-
HSV(B)173.73º88.95%67.45%-
XYZ21.0232.0436.53-
YUV124.43145.8152.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.48%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 156 (61.33% from 255) = 44.96%
R=5.48%
G=49.57%
B=44.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191721560.8900.090.33173.7380.137.45
Hex13AC9C590921ae5025
Octal232542341310114125612045
Binary100111010110010011100101100101001100001101011101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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