Shades of Light Sea Green #28BAAB
Tints of Light Sea Green #28BAAB
RGB
CMYK
RGB Variations
Color information
#28BAAB (or 0x28BAAB) is known color: Light Sea Green. HEX triplet: 28, BA and AB. RGB value is (40,186,171). Sum of RGB (Red+Green+Blue) = 40+186+171=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BAAB is #D74554. Grayscale: #8C8C8C. Windows color (decimal): -14107989 or 11254312. OLE color: 11254312.
HSL color Cylindrical-coordinate representation of color #28BAAB: hue angle of 173.84º 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 #28BAAB is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 171 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.27 |
| HSL | 173.84º | 0.65% | 0.44% | - |
| HSV(B) | 173.84º | 0.78% | 0.73% | - |
| XYZ | 25.78 | 38.51 | 44.6 | - |
| YUV | 140.64 | 145.13 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 171 | 0.78 | 0 | 0.08 | 0.27 | 173.84 | 0.65 | 0.44 |
| Hex | 28 | BA | AB | 4E | 0 | 8 | 1B | AE | 41 | 2C |
| Octal | 50 | 272 | 253 | 116 | 0 | 10 | 33 | 256 | 101 | 54 |
| Binary | 101000 | 10111010 | 10101011 | 1001110 | 0 | 1000 | 11011 | 10101110 | 1000001 | 101100 |
Color Harmonies of #28BAAB
Complementary color
Monochromatic Colors of #28BAAB
Black with #28BAAB
Text Example
Text Example
White with #28BAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAAB; }
p { color: rgb(40,186,171); }
H1.HeaderClassName
{
color: #28BAAB;
}
.AnyTagClassName
{
color: #28BAAB;
}
</style>
background-color css
<style>
a { background-color: #28BAAB; }
a { background-color: rgb(40,186,171); }
div.DivClassName
{
background-color: #28BAAB;
}
.BgClassName
{
background-color: #28BAAB;
}
</style>
border-color css
<style>
span { border-color: #28BAAB; }
span { border-color: rgb(40,186,171); }
td.TdClassName
{
border-color: #28BAAB;
}
.TagClassName
{
border-color: #28BAAB;
}
</style>