Shades of Light Sea Green #19BDBA
Tints of Light Sea Green #19BDBA
RGB
CMYK
RGB Variations
Color information
#19BDBA (or 0x19BDBA) is known color: Light Sea Green. HEX triplet: 19, BD and BA. RGB value is (25,189,186). Sum of RGB (Red+Green+Blue) = 25+189+186=400 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.25% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #19BDBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19BDBA is #E64245. Grayscale: #8B8B8B. Windows color (decimal): -15090246 or 12238105. OLE color: 12238105.
HSL color Cylindrical-coordinate representation of color #19BDBA: hue angle of 178.9º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BDBA is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 189 | 186 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.26 |
| HSL | 178.9º | 0.77% | 0.42% | - |
| HSV(B) | 178.9º | 0.87% | 0.74% | - |
| XYZ | 27.46 | 40.15 | 52.76 | - |
| YUV | 139.62 | 154.17 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 189 | 186 | 0.87 | 0 | 0.02 | 0.26 | 178.9 | 0.77 | 0.42 |
| Hex | 19 | BD | BA | 57 | 0 | 2 | 1A | B3 | 4D | 2A |
| Octal | 31 | 275 | 272 | 127 | 0 | 2 | 32 | 263 | 115 | 52 |
| Binary | 11001 | 10111101 | 10111010 | 1010111 | 0 | 10 | 11010 | 10110011 | 1001101 | 101010 |
Color Harmonies of #19BDBA
Complementary color
Monochromatic Colors of #19BDBA
Black with #19BDBA
Text Example
Text Example
White with #19BDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BDBA; }
p { color: rgb(25,189,186); }
H1.HeaderClassName
{
color: #19BDBA;
}
.AnyTagClassName
{
color: #19BDBA;
}
</style>
background-color css
<style>
a { background-color: #19BDBA; }
a { background-color: rgb(25,189,186); }
div.DivClassName
{
background-color: #19BDBA;
}
.BgClassName
{
background-color: #19BDBA;
}
</style>
border-color css
<style>
span { border-color: #19BDBA; }
span { border-color: rgb(25,189,186); }
td.TdClassName
{
border-color: #19BDBA;
}
.TagClassName
{
border-color: #19BDBA;
}
</style>