Shades of Light Sea Green #13C9B5
Tints of Light Sea Green #13C9B5
RGB
CMYK
RGB Variations
Color information
#13C9B5 (or 0x13C9B5) is known color: Light Sea Green. HEX triplet: 13, C9 and B5. RGB value is (19,201,181). Sum of RGB (Red+Green+Blue) = 19+201+181=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #13C9B5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C9B5 is #EC364A. Grayscale: #909090. Windows color (decimal): -15480395 or 11913491. OLE color: 11913491.
HSL color Cylindrical-coordinate representation of color #13C9B5: hue angle of 173.41º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C9B5 is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 181 | - |
| CMYK | 0.91 | 0 | 0.10 | 0.21 |
| HSL | 173.41º | 0.83% | 0.43% | - |
| HSV(B) | 173.41º | 0.91% | 0.79% | - |
| XYZ | 29.5 | 45.25 | 50.9 | - |
| YUV | 144.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 181 | 0.91 | 0 | 0.10 | 0.21 | 173.41 | 0.83 | 0.43 |
| Hex | 13 | C9 | B5 | 5B | 0 | A | 15 | AD | 53 | 2B |
| Octal | 23 | 311 | 265 | 133 | 0 | 12 | 25 | 255 | 123 | 53 |
| Binary | 10011 | 11001001 | 10110101 | 1011011 | 0 | 1010 | 10101 | 10101101 | 1010011 | 101011 |
Color Harmonies of #13C9B5
Complementary color
Monochromatic Colors of #13C9B5
Black with #13C9B5
Text Example
Text Example
White with #13C9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C9B5; }
p { color: rgb(19,201,181); }
H1.HeaderClassName
{
color: #13C9B5;
}
.AnyTagClassName
{
color: #13C9B5;
}
</style>
background-color css
<style>
a { background-color: #13C9B5; }
a { background-color: rgb(19,201,181); }
div.DivClassName
{
background-color: #13C9B5;
}
.BgClassName
{
background-color: #13C9B5;
}
</style>
border-color css
<style>
span { border-color: #13C9B5; }
span { border-color: rgb(19,201,181); }
td.TdClassName
{
border-color: #13C9B5;
}
.TagClassName
{
border-color: #13C9B5;
}
</style>