#13B4A2

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

Shades of Light Sea Green #13B4A2

Tints of Light Sea Green #13B4A2

Color information

#13B4A2 (or 0x13B4A2) is unknown color: approx Light Sea Green. HEX triplet: 13, B4 and A2. RGB value is (19,180,162). Sum of RGB (Red+Green+Blue) = 19+180+162=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #13B4A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B4A2 is #EC4B5D. Grayscale: #818181. Windows color (decimal): -15485790 or 10662931. OLE color: 10662931.

HSL color Cylindrical-coordinate representation of color #13B4A2: hue angle of 173.29º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B4A2 is Cyan = 0.89, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB19180162-
CMYK0.8900.10.29
HSL173.29º80.9%39.02%-
HSV(B)173.29º89.44%70.59%-
XYZ23.1135.3939.8-
YUV129.81146.1648.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.26%
GREEN value IS 180 (70.70% from 255) = 49.86%
BLUE value IS 162 (63.67% from 255) = 44.88%
R=5.26%
G=49.86%
B=44.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191801620.8900.10.29173.2980.939.02
Hex13B4A2590A1Dad5127
Octal232642421310123525512147
Binary10011101101001010001010110010101011101101011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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