#13B9A5

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

Shades of Light Sea Green #13B9A5

Tints of Light Sea Green #13B9A5

Color information

#13B9A5 (or 0x13B9A5) is unknown color: approx Light Sea Green. HEX triplet: 13, B9 and A5. RGB value is (19,185,165). Sum of RGB (Red+Green+Blue) = 19+185+165=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 165 (64.84% from 255 or 44.72% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #13B9A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B9A5 is #EC465A. Grayscale: #858585. Windows color (decimal): -15484507 or 10860819. OLE color: 10860819.

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

Color convert

RGB19185165-
CMYK0.9000.110.27
HSL172.77º81.37%40%-
HSV(B)172.77º89.73%72.55%-
XYZ24.4137.5541.56-
YUV133.0914646.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 185 (72.66% from 255) = 50.14%
BLUE value IS 165 (64.84% from 255) = 44.72%
R=5.15%
G=50.14%
B=44.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191851650.9000.110.27172.7781.3740
Hex13B9A55A0B1Bad5128
Octal232712451320133325512150
Binary10011101110011010010110110100101111011101011011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,185,165); }

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

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

 a { background-color: rgb(19,185,165); }

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

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

 span { border-color: rgb(19,185,165); }

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