Shades of Light Sea Green #13B5B2
Tints of Light Sea Green #13B5B2
RGB
CMYK
RGB Variations
Color information
#13B5B2 (or 0x13B5B2) is known color: Light Sea Green. HEX triplet: 13, B5 and B2. RGB value is (19,181,178). Sum of RGB (Red+Green+Blue) = 19+181+178=378 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.03% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #13B5B2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B5B2 is #EC4A4D. Grayscale: #848484. Windows color (decimal): -15485518 or 11711763. OLE color: 11711763.
HSL color Cylindrical-coordinate representation of color #13B5B2: hue angle of 178.89º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B5B2 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 178 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.29 |
| HSL | 178.89º | 0.81% | 0.39% | - |
| HSV(B) | 178.89º | 0.9% | 0.71% | - |
| XYZ | 24.83 | 36.4 | 47.84 | - |
| YUV | 132.22 | 153.83 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 178 | 0.90 | 0 | 0.02 | 0.29 | 178.89 | 0.81 | 0.39 |
| Hex | 13 | B5 | B2 | 5A | 0 | 2 | 1D | B3 | 51 | 27 |
| Octal | 23 | 265 | 262 | 132 | 0 | 2 | 35 | 263 | 121 | 47 |
| Binary | 10011 | 10110101 | 10110010 | 1011010 | 0 | 10 | 11101 | 10110011 | 1010001 | 100111 |
Color Harmonies of #13B5B2
Complementary color
Monochromatic Colors of #13B5B2
Black with #13B5B2
Text Example
Text Example
White with #13B5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B5B2; }
p { color: rgb(19,181,178); }
H1.HeaderClassName
{
color: #13B5B2;
}
.AnyTagClassName
{
color: #13B5B2;
}
</style>
background-color css
<style>
a { background-color: #13B5B2; }
a { background-color: rgb(19,181,178); }
div.DivClassName
{
background-color: #13B5B2;
}
.BgClassName
{
background-color: #13B5B2;
}
</style>
border-color css
<style>
span { border-color: #13B5B2; }
span { border-color: rgb(19,181,178); }
td.TdClassName
{
border-color: #13B5B2;
}
.TagClassName
{
border-color: #13B5B2;
}
</style>