Shades of Light Sea Green #13C2B4
Tints of Light Sea Green #13C2B4
RGB
CMYK
RGB Variations
Color information
#13C2B4 (or 0x13C2B4) is known color: Light Sea Green. HEX triplet: 13, C2 and B4. RGB value is (19,194,180). Sum of RGB (Red+Green+Blue) = 19+194+180=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #13C2B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C2B4 is #EC3D4B. Grayscale: #8B8B8B. Windows color (decimal): -15482188 or 11846163. OLE color: 11846163.
HSL color Cylindrical-coordinate representation of color #13C2B4: hue angle of 175.2º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C2B4 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 194 | 180 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.24 |
| HSL | 175.2º | 0.82% | 0.42% | - |
| HSV(B) | 175.2º | 0.9% | 0.76% | - |
| XYZ | 27.8 | 42.02 | 49.83 | - |
| YUV | 140.08 | 150.52 | 41.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 194 | 180 | 0.90 | 0 | 0.07 | 0.24 | 175.2 | 0.82 | 0.42 |
| Hex | 13 | C2 | B4 | 5A | 0 | 7 | 18 | AF | 52 | 2A |
| Octal | 23 | 302 | 264 | 132 | 0 | 7 | 30 | 257 | 122 | 52 |
| Binary | 10011 | 11000010 | 10110100 | 1011010 | 0 | 111 | 11000 | 10101111 | 1010010 | 101010 |
Color Harmonies of #13C2B4
Complementary color
Monochromatic Colors of #13C2B4
Black with #13C2B4
Text Example
Text Example
White with #13C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C2B4; }
p { color: rgb(19,194,180); }
H1.HeaderClassName
{
color: #13C2B4;
}
.AnyTagClassName
{
color: #13C2B4;
}
</style>
background-color css
<style>
a { background-color: #13C2B4; }
a { background-color: rgb(19,194,180); }
div.DivClassName
{
background-color: #13C2B4;
}
.BgClassName
{
background-color: #13C2B4;
}
</style>
border-color css
<style>
span { border-color: #13C2B4; }
span { border-color: rgb(19,194,180); }
td.TdClassName
{
border-color: #13C2B4;
}
.TagClassName
{
border-color: #13C2B4;
}
</style>