Shades of Light Sea Green #28BAA8
Tints of Light Sea Green #28BAA8
RGB
CMYK
RGB Variations
Color information
#28BAA8 (or 0x28BAA8) is known color: Light Sea Green. HEX triplet: 28, BA and A8. RGB value is (40,186,168). Sum of RGB (Red+Green+Blue) = 40+186+168=394 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.15% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BAA8 is #D74557. Grayscale: #8C8C8C. Windows color (decimal): -14107992 or 11057704. OLE color: 11057704.
HSL color Cylindrical-coordinate representation of color #28BAA8: hue angle of 172.6º 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 #28BAA8 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 168 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.27 |
| HSL | 172.6º | 0.65% | 0.44% | - |
| HSV(B) | 172.6º | 0.78% | 0.73% | - |
| XYZ | 25.5 | 38.4 | 43.11 | - |
| YUV | 140.29 | 143.63 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 168 | 0.78 | 0 | 0.10 | 0.27 | 172.6 | 0.65 | 0.44 |
| Hex | 28 | BA | A8 | 4E | 0 | A | 1B | AD | 41 | 2C |
| Octal | 50 | 272 | 250 | 116 | 0 | 12 | 33 | 255 | 101 | 54 |
| Binary | 101000 | 10111010 | 10101000 | 1001110 | 0 | 1010 | 11011 | 10101101 | 1000001 | 101100 |
Color Harmonies of #28BAA8
Complementary color
Monochromatic Colors of #28BAA8
Black with #28BAA8
Text Example
Text Example
White with #28BAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAA8; }
p { color: rgb(40,186,168); }
H1.HeaderClassName
{
color: #28BAA8;
}
.AnyTagClassName
{
color: #28BAA8;
}
</style>
background-color css
<style>
a { background-color: #28BAA8; }
a { background-color: rgb(40,186,168); }
div.DivClassName
{
background-color: #28BAA8;
}
.BgClassName
{
background-color: #28BAA8;
}
</style>
border-color css
<style>
span { border-color: #28BAA8; }
span { border-color: rgb(40,186,168); }
td.TdClassName
{
border-color: #28BAA8;
}
.TagClassName
{
border-color: #28BAA8;
}
</style>