Shades of Light Sea Green #28BAB9
Tints of Light Sea Green #28BAB9
RGB
CMYK
RGB Variations
Color information
#28BAB9 (or 0x28BAB9) is known color: Light Sea Green. HEX triplet: 28, BA and B9. RGB value is (40,186,185). Sum of RGB (Red+Green+Blue) = 40+186+185=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BAB9 is #D74546. Grayscale: #8E8E8E. Windows color (decimal): -14107975 or 12171816. OLE color: 12171816.
HSL color Cylindrical-coordinate representation of color #28BAB9: hue angle of 179.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BAB9 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 185 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.27 |
| HSL | 179.59º | 0.65% | 0.44% | - |
| HSV(B) | 179.59º | 0.78% | 0.73% | - |
| XYZ | 27.19 | 39.07 | 52.01 | - |
| YUV | 142.23 | 152.13 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 185 | 0.78 | 0 | 0.01 | 0.27 | 179.59 | 0.65 | 0.44 |
| Hex | 28 | BA | B9 | 4E | 0 | 1 | 1B | B4 | 41 | 2C |
| Octal | 50 | 272 | 271 | 116 | 0 | 1 | 33 | 264 | 101 | 54 |
| Binary | 101000 | 10111010 | 10111001 | 1001110 | 0 | 1 | 11011 | 10110100 | 1000001 | 101100 |
Color Harmonies of #28BAB9
Complementary color
Monochromatic Colors of #28BAB9
Black with #28BAB9
Text Example
Text Example
White with #28BAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAB9; }
p { color: rgb(40,186,185); }
H1.HeaderClassName
{
color: #28BAB9;
}
.AnyTagClassName
{
color: #28BAB9;
}
</style>
background-color css
<style>
a { background-color: #28BAB9; }
a { background-color: rgb(40,186,185); }
div.DivClassName
{
background-color: #28BAB9;
}
.BgClassName
{
background-color: #28BAB9;
}
</style>
border-color css
<style>
span { border-color: #28BAB9; }
span { border-color: rgb(40,186,185); }
td.TdClassName
{
border-color: #28BAB9;
}
.TagClassName
{
border-color: #28BAB9;
}
</style>