Html Css Color HEX #13B49D Light Sea Green

📋 copy color: '#13B49D'

red 19 ◦ green 180 ◦ blue 157

#13B49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #13B49D

Tints of Light Sea Green #13B49D

RGB

 RED value IS 19 (7.81% from 255) = 5.34%

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 5.34%
G = 50.56%
B = 44.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#13B49D (or 0x13B49D) is known color: Light Sea Green. HEX triplet: 13, B4 and 9D. RGB value is (19,180,157). Sum of RGB (Red+Green+Blue) = 19+180+157=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #13B49D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B49D is #EC4B62. Grayscale: #818181. Windows color (decimal): -15485795 or 10335251. OLE color: 10335251.

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

Color convert

RGB 19 180 157 -
CMYK 0.89 0 0.13 0.29
HSL 171.43º 0.81% 0.39% -
HSV(B) 171.43º 0.89% 0.71% -
XYZ 22.68 35.22 37.5 -
YUV 129.24 143.66 49.37 -
System Red Green Blue C M Y K H S L
Decimal 19 180 157 0.89 0 0.13 0.29 171.43 0.81 0.39
Hex 13 B4 9D 59 0 D 1D AB 51 27
Octal 23 264 235 131 0 15 35 253 121 47
Binary 10011 10110100 10011101 1011001 0 1101 11101 10101011 1010001 100111

Color Harmonies of #13B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B49D

Black with #13B49D

Text Example


Text Example

White with #13B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13B49D;
 }
 .AnyTagClassName
 {
   color: #13B49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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