#13A2AA

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

Shades of Light Sea Green #13A2AA

Tints of Light Sea Green #13A2AA

Color information

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

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

Color convert

RGB19162170-
CMYK0.890.0500.33
HSL183.18º79.89%37.06%-
HSV(B)183.18º88.82%66.67%-
XYZ20.4428.8842.53-
YUV120.15156.1255.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191621700.890.0500.33183.1879.8937.06
Hex13A2AA595021b75025
Octal23242252131504126712045
Binary10011101000101010101010110011010100001101101111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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