Shades of Light Sea Green #28BCA8
Tints of Light Sea Green #28BCA8
RGB
CMYK
RGB Variations
Color information
#28BCA8 (or 0x28BCA8) is known color: Light Sea Green. HEX triplet: 28, BC and A8. RGB value is (40,188,168). Sum of RGB (Red+Green+Blue) = 40+188+168=396 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.10% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #28BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BCA8 is #D74357. Grayscale: #8D8D8D. Windows color (decimal): -14107480 or 11058216. OLE color: 11058216.
HSL color Cylindrical-coordinate representation of color #28BCA8: hue angle of 171.89º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BCA8 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 188 | 168 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.26 |
| HSL | 171.89º | 0.65% | 0.45% | - |
| HSV(B) | 171.89º | 0.79% | 0.74% | - |
| XYZ | 25.93 | 39.24 | 43.25 | - |
| YUV | 141.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 188 | 168 | 0.79 | 0 | 0.11 | 0.26 | 171.89 | 0.65 | 0.45 |
| Hex | 28 | BC | A8 | 4F | 0 | B | 1A | AC | 41 | 2D |
| Octal | 50 | 274 | 250 | 117 | 0 | 13 | 32 | 254 | 101 | 55 |
| Binary | 101000 | 10111100 | 10101000 | 1001111 | 0 | 1011 | 11010 | 10101100 | 1000001 | 101101 |
Color Harmonies of #28BCA8
Complementary color
Monochromatic Colors of #28BCA8
Black with #28BCA8
Text Example
Text Example
White with #28BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BCA8; }
p { color: rgb(40,188,168); }
H1.HeaderClassName
{
color: #28BCA8;
}
.AnyTagClassName
{
color: #28BCA8;
}
</style>
background-color css
<style>
a { background-color: #28BCA8; }
a { background-color: rgb(40,188,168); }
div.DivClassName
{
background-color: #28BCA8;
}
.BgClassName
{
background-color: #28BCA8;
}
</style>
border-color css
<style>
span { border-color: #28BCA8; }
span { border-color: rgb(40,188,168); }
td.TdClassName
{
border-color: #28BCA8;
}
.TagClassName
{
border-color: #28BCA8;
}
</style>