#13ACAA

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

Shades of Light Sea Green #13ACAA

Tints of Light Sea Green #13ACAA

Color information

#13ACAA (or 0x13ACAA) is unknown color: approx Light Sea Green. HEX triplet: 13, AC and AA. RGB value is (19,172,170). Sum of RGB (Red+Green+Blue) = 19+172+170=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #13ACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13ACAA is #EC5355. Grayscale: #7D7D7D. Windows color (decimal): -15487830 or 11185171. OLE color: 11185171.

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

Color convert

RGB19172170-
CMYK0.8900.010.33
HSL179.22º80.1%37.45%-
HSV(B)179.22º88.95%67.45%-
XYZ22.2832.5543.14-
YUV126.02152.8151.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.26%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=5.26%
G=47.65%
B=47.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191721700.8900.010.33179.2280.137.45
Hex13ACAA590121b35025
Octal23254252131014126312045
Binary100111010110010101010101100101100001101100111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13ACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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