#13B39F

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

Shades of Light Sea Green #13B39F

Tints of Light Sea Green #13B39F

Color information

#13B39F (or 0x13B39F) is unknown color: approx Light Sea Green. HEX triplet: 13, B3 and 9F. RGB value is (19,179,159). Sum of RGB (Red+Green+Blue) = 19+179+159=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #13B39F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B39F is #EC4C60. Grayscale: #808080. Windows color (decimal): -15486049 or 10466067. OLE color: 10466067.

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

Color convert

RGB19179159-
CMYK0.8900.110.30
HSL172.5º80.81%38.82%-
HSV(B)172.5º89.39%70.2%-
XYZ22.6534.8838.34-
YUV128.88144.9949.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.32%
GREEN value IS 179 (70.31% from 255) = 50.14%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=5.32%
G=50.14%
B=44.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191791590.8900.110.30172.580.8138.82
Hex13B39F590B1Eac5127
Octal232632371310133625412147
Binary10011101100111001111110110010101111110101011001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,179,159); }

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

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

 a { background-color: rgb(19,179,159); }

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

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

 span { border-color: rgb(19,179,159); }

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