Shades of Light Sea Green #28BAB0
Tints of Light Sea Green #28BAB0
RGB
CMYK
RGB Variations
Color information
#28BAB0 (or 0x28BAB0) is known color: Light Sea Green. HEX triplet: 28, BA and B0. RGB value is (40,186,176). Sum of RGB (Red+Green+Blue) = 40+186+176=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BAB0 is #D7454F. Grayscale: #8D8D8D. Windows color (decimal): -14107984 or 11581992. OLE color: 11581992.
HSL color Cylindrical-coordinate representation of color #28BAB0: hue angle of 175.89º 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 #28BAB0 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 176 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.27 |
| HSL | 175.89º | 0.65% | 0.44% | - |
| HSV(B) | 175.89º | 0.78% | 0.73% | - |
| XYZ | 26.27 | 38.7 | 47.16 | - |
| YUV | 141.21 | 147.63 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 176 | 0.78 | 0 | 0.05 | 0.27 | 175.89 | 0.65 | 0.44 |
| Hex | 28 | BA | B0 | 4E | 0 | 5 | 1B | B0 | 41 | 2C |
| Octal | 50 | 272 | 260 | 116 | 0 | 5 | 33 | 260 | 101 | 54 |
| Binary | 101000 | 10111010 | 10110000 | 1001110 | 0 | 101 | 11011 | 10110000 | 1000001 | 101100 |
Color Harmonies of #28BAB0
Complementary color
Monochromatic Colors of #28BAB0
Black with #28BAB0
Text Example
Text Example
White with #28BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAB0; }
p { color: rgb(40,186,176); }
H1.HeaderClassName
{
color: #28BAB0;
}
.AnyTagClassName
{
color: #28BAB0;
}
</style>
background-color css
<style>
a { background-color: #28BAB0; }
a { background-color: rgb(40,186,176); }
div.DivClassName
{
background-color: #28BAB0;
}
.BgClassName
{
background-color: #28BAB0;
}
</style>
border-color css
<style>
span { border-color: #28BAB0; }
span { border-color: rgb(40,186,176); }
td.TdClassName
{
border-color: #28BAB0;
}
.TagClassName
{
border-color: #28BAB0;
}
</style>