Shades of Light Sea Green #13B2A2
Tints of Light Sea Green #13B2A2
RGB
CMYK
RGB Variations
Color information
#13B2A2 (or 0x13B2A2) is known color: Light Sea Green. HEX triplet: 13, B2 and A2. RGB value is (19,178,162). Sum of RGB (Red+Green+Blue) = 19+178+162=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 162 (63.67% from 255 or 45.13% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #13B2A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B2A2 is #EC4D5D. Grayscale: #808080. Windows color (decimal): -15486302 or 10662419. OLE color: 10662419.
HSL color Cylindrical-coordinate representation of color #13B2A2: hue angle of 173.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B2A2 is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 19 | 178 | 162 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.30 |
| HSL | 173.96º | 0.81% | 0.39% | - |
| HSV(B) | 173.96º | 0.89% | 0.7% | - |
| XYZ | 22.71 | 34.59 | 39.66 | - |
| YUV | 128.64 | 146.82 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 178 | 162 | 0.89 | 0 | 0.09 | 0.30 | 173.96 | 0.81 | 0.39 |
| Hex | 13 | B2 | A2 | 59 | 0 | 9 | 1E | AE | 51 | 27 |
| Octal | 23 | 262 | 242 | 131 | 0 | 11 | 36 | 256 | 121 | 47 |
| Binary | 10011 | 10110010 | 10100010 | 1011001 | 0 | 1001 | 11110 | 10101110 | 1010001 | 100111 |
Color Harmonies of #13B2A2
Complementary color
Monochromatic Colors of #13B2A2
Black with #13B2A2
Text Example
Text Example
White with #13B2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B2A2; }
p { color: rgb(19,178,162); }
H1.HeaderClassName
{
color: #13B2A2;
}
.AnyTagClassName
{
color: #13B2A2;
}
</style>
background-color css
<style>
a { background-color: #13B2A2; }
a { background-color: rgb(19,178,162); }
div.DivClassName
{
background-color: #13B2A2;
}
.BgClassName
{
background-color: #13B2A2;
}
</style>
border-color css
<style>
span { border-color: #13B2A2; }
span { border-color: rgb(19,178,162); }
td.TdClassName
{
border-color: #13B2A2;
}
.TagClassName
{
border-color: #13B2A2;
}
</style>