#13AAA2

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

Shades of Light Sea Green #13AAA2

Tints of Light Sea Green #13AAA2

Color information

#13AAA2 (or 0x13AAA2) is unknown color: approx Light Sea Green. HEX triplet: 13, AA and A2. RGB value is (19,170,162). Sum of RGB (Red+Green+Blue) = 19+170+162=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #13AAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AAA2 is #EC555D. Grayscale: #7B7B7B. Windows color (decimal): -15488350 or 10660371. OLE color: 10660371.

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

Color convert

RGB19170162-
CMYK0.8900.050.33
HSL176.82º79.89%37.06%-
HSV(B)176.82º88.82%66.67%-
XYZ21.1631.539.15-
YUV123.94149.4753.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.41%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 162 (63.67% from 255) = 46.15%
R=5.41%
G=48.43%
B=46.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191701620.8900.050.33176.8279.8937.06
Hex13AAA2590521b15025
Octal23252242131054126112045
Binary10011101010101010001010110010101100001101100011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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