Shades of Light Sea Green #28BAB8
Tints of Light Sea Green #28BAB8
RGB
CMYK
RGB Variations
Color information
#28BAB8 (or 0x28BAB8) is known color: Light Sea Green. HEX triplet: 28, BA and B8. RGB value is (40,186,184). Sum of RGB (Red+Green+Blue) = 40+186+184=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BAB8 is #D74547. Grayscale: #8D8D8D. Windows color (decimal): -14107976 or 12106280. OLE color: 12106280.
HSL color Cylindrical-coordinate representation of color #28BAB8: hue angle of 179.18º 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 #28BAB8 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 184 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.27 |
| HSL | 179.18º | 0.65% | 0.44% | - |
| HSV(B) | 179.18º | 0.78% | 0.73% | - |
| XYZ | 27.09 | 39.03 | 51.45 | - |
| YUV | 142.12 | 151.63 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 184 | 0.78 | 0 | 0.01 | 0.27 | 179.18 | 0.65 | 0.44 |
| Hex | 28 | BA | B8 | 4E | 0 | 1 | 1B | B3 | 41 | 2C |
| Octal | 50 | 272 | 270 | 116 | 0 | 1 | 33 | 263 | 101 | 54 |
| Binary | 101000 | 10111010 | 10111000 | 1001110 | 0 | 1 | 11011 | 10110011 | 1000001 | 101100 |
Color Harmonies of #28BAB8
Complementary color
Monochromatic Colors of #28BAB8
Black with #28BAB8
Text Example
Text Example
White with #28BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAB8; }
p { color: rgb(40,186,184); }
H1.HeaderClassName
{
color: #28BAB8;
}
.AnyTagClassName
{
color: #28BAB8;
}
</style>
background-color css
<style>
a { background-color: #28BAB8; }
a { background-color: rgb(40,186,184); }
div.DivClassName
{
background-color: #28BAB8;
}
.BgClassName
{
background-color: #28BAB8;
}
</style>
border-color css
<style>
span { border-color: #28BAB8; }
span { border-color: rgb(40,186,184); }
td.TdClassName
{
border-color: #28BAB8;
}
.TagClassName
{
border-color: #28BAB8;
}
</style>