Shades of Light Sea Green #13A9B6
Tints of Light Sea Green #13A9B6
RGB
CMYK
RGB Variations
Color information
#13A9B6 (or 0x13A9B6) is known color: Light Sea Green. HEX triplet: 13, A9 and B6. RGB value is (19,169,182). Sum of RGB (Red+Green+Blue) = 19+169+182=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #13A9B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A9B6 is #EC5649. Grayscale: #7D7D7D. Windows color (decimal): -15488586 or 11970835. OLE color: 11970835.
HSL color Cylindrical-coordinate representation of color #13A9B6: hue angle of 184.79º 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 #13A9B6 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 169 | 182 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.29 |
| HSL | 184.79º | 0.81% | 0.39% | - |
| HSV(B) | 184.79º | 0.9% | 0.71% | - |
| XYZ | 22.9 | 31.89 | 49.2 | - |
| YUV | 125.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 169 | 182 | 0.90 | 0.07 | 0 | 0.29 | 184.79 | 0.81 | 0.39 |
| Hex | 13 | A9 | B6 | 5A | 7 | 0 | 1D | B9 | 51 | 27 |
| Octal | 23 | 251 | 266 | 132 | 7 | 0 | 35 | 271 | 121 | 47 |
| Binary | 10011 | 10101001 | 10110110 | 1011010 | 111 | 0 | 11101 | 10111001 | 1010001 | 100111 |
Color Harmonies of #13A9B6
Complementary color
Monochromatic Colors of #13A9B6
Black with #13A9B6
Text Example
Text Example
White with #13A9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A9B6; }
p { color: rgb(19,169,182); }
H1.HeaderClassName
{
color: #13A9B6;
}
.AnyTagClassName
{
color: #13A9B6;
}
</style>
background-color css
<style>
a { background-color: #13A9B6; }
a { background-color: rgb(19,169,182); }
div.DivClassName
{
background-color: #13A9B6;
}
.BgClassName
{
background-color: #13A9B6;
}
</style>
border-color css
<style>
span { border-color: #13A9B6; }
span { border-color: rgb(19,169,182); }
td.TdClassName
{
border-color: #13A9B6;
}
.TagClassName
{
border-color: #13A9B6;
}
</style>