Shades of Light Sea Green #28BBAC
Tints of Light Sea Green #28BBAC
RGB
CMYK
RGB Variations
Color information
#28BBAC (or 0x28BBAC) is known color: Light Sea Green. HEX triplet: 28, BB and AC. RGB value is (40,187,172). Sum of RGB (Red+Green+Blue) = 40+187+172=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #28BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BBAC is #D74453. Grayscale: #8D8D8D. Windows color (decimal): -14107732 or 11320104. OLE color: 11320104.
HSL color Cylindrical-coordinate representation of color #28BBAC: hue angle of 173.88º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BBAC is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 172 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.27 |
| HSL | 173.88º | 0.65% | 0.45% | - |
| HSV(B) | 173.88º | 0.79% | 0.73% | - |
| XYZ | 26.09 | 38.97 | 45.18 | - |
| YUV | 141.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 172 | 0.79 | 0 | 0.08 | 0.27 | 173.88 | 0.65 | 0.45 |
| Hex | 28 | BB | AC | 4F | 0 | 8 | 1B | AE | 41 | 2D |
| Octal | 50 | 273 | 254 | 117 | 0 | 10 | 33 | 256 | 101 | 55 |
| Binary | 101000 | 10111011 | 10101100 | 1001111 | 0 | 1000 | 11011 | 10101110 | 1000001 | 101101 |
Color Harmonies of #28BBAC
Complementary color
Monochromatic Colors of #28BBAC
Black with #28BBAC
Text Example
Text Example
White with #28BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBAC; }
p { color: rgb(40,187,172); }
H1.HeaderClassName
{
color: #28BBAC;
}
.AnyTagClassName
{
color: #28BBAC;
}
</style>
background-color css
<style>
a { background-color: #28BBAC; }
a { background-color: rgb(40,187,172); }
div.DivClassName
{
background-color: #28BBAC;
}
.BgClassName
{
background-color: #28BBAC;
}
</style>
border-color css
<style>
span { border-color: #28BBAC; }
span { border-color: rgb(40,187,172); }
td.TdClassName
{
border-color: #28BBAC;
}
.TagClassName
{
border-color: #28BBAC;
}
</style>