#13B8A4

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

Shades of Light Sea Green #13B8A4

Tints of Light Sea Green #13B8A4

Color information

#13B8A4 (or 0x13B8A4) is unknown color: approx Light Sea Green. HEX triplet: 13, B8 and A4. RGB value is (19,184,164). Sum of RGB (Red+Green+Blue) = 19+184+164=367 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.18% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #13B8A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B8A4 is #EC475B. Grayscale: #848484. Windows color (decimal): -15484764 or 10795027. OLE color: 10795027.

HSL color Cylindrical-coordinate representation of color #13B8A4: hue angle of 172.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B8A4 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB19184164-
CMYK0.9000.110.28
HSL172.73º81.28%39.8%-
HSV(B)172.73º89.67%72.16%-
XYZ24.1137.141.01-
YUV132.38145.8447.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.18%
GREEN value IS 184 (72.27% from 255) = 50.14%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=5.18%
G=50.14%
B=44.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal191841640.9000.110.28172.7381.2839.8
Hex13B8A45A0B1Cad5128
Octal232702441320133425512150
Binary10011101110001010010010110100101111100101011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,184,164); }

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

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

 a { background-color: rgb(19,184,164); }

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

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

 span { border-color: rgb(19,184,164); }

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