Shades of Light Sea Green #28B9BB
Tints of Light Sea Green #28B9BB
RGB
CMYK
RGB Variations
Color information
#28B9BB (or 0x28B9BB) is known color: Light Sea Green. HEX triplet: 28, B9 and BB. RGB value is (40,185,187). Sum of RGB (Red+Green+Blue) = 40+185+187=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #28B9BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B9BB is #D74644. Grayscale: #8D8D8D. Windows color (decimal): -14108229 or 12302632. OLE color: 12302632.
HSL color Cylindrical-coordinate representation of color #28B9BB: hue angle of 180.82º 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 #28B9BB is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 187 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.27 |
| HSL | 180.82º | 0.65% | 0.45% | - |
| HSV(B) | 180.82º | 0.79% | 0.73% | - |
| XYZ | 27.19 | 38.74 | 53.06 | - |
| YUV | 141.87 | 153.46 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 187 | 0.79 | 0.01 | 0 | 0.27 | 180.82 | 0.65 | 0.45 |
| Hex | 28 | B9 | BB | 4F | 1 | 0 | 1B | B5 | 41 | 2D |
| Octal | 50 | 271 | 273 | 117 | 1 | 0 | 33 | 265 | 101 | 55 |
| Binary | 101000 | 10111001 | 10111011 | 1001111 | 1 | 0 | 11011 | 10110101 | 1000001 | 101101 |
Color Harmonies of #28B9BB
Complementary color
Monochromatic Colors of #28B9BB
Black with #28B9BB
Text Example
Text Example
White with #28B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B9BB; }
p { color: rgb(40,185,187); }
H1.HeaderClassName
{
color: #28B9BB;
}
.AnyTagClassName
{
color: #28B9BB;
}
</style>
background-color css
<style>
a { background-color: #28B9BB; }
a { background-color: rgb(40,185,187); }
div.DivClassName
{
background-color: #28B9BB;
}
.BgClassName
{
background-color: #28B9BB;
}
</style>
border-color css
<style>
span { border-color: #28B9BB; }
span { border-color: rgb(40,185,187); }
td.TdClassName
{
border-color: #28B9BB;
}
.TagClassName
{
border-color: #28B9BB;
}
</style>