Shades of Light Sea Green #28BDB0
Tints of Light Sea Green #28BDB0
RGB
CMYK
RGB Variations
Color information
#28BDB0 (or 0x28BDB0) is known color: Light Sea Green. HEX triplet: 28, BD and B0. RGB value is (40,189,176). Sum of RGB (Red+Green+Blue) = 40+189+176=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDB0 is #D7424F. Grayscale: #8E8E8E. Windows color (decimal): -14107216 or 11582760. OLE color: 11582760.
HSL color Cylindrical-coordinate representation of color #28BDB0: hue angle of 174.77º 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 #28BDB0 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 176 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.26 |
| HSL | 174.77º | 0.65% | 0.45% | - |
| HSV(B) | 174.77º | 0.79% | 0.74% | - |
| XYZ | 26.91 | 39.98 | 47.37 | - |
| YUV | 142.97 | 146.64 | 54.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 176 | 0.79 | 0 | 0.07 | 0.26 | 174.77 | 0.65 | 0.45 |
| Hex | 28 | BD | B0 | 4F | 0 | 7 | 1A | AF | 41 | 2D |
| Octal | 50 | 275 | 260 | 117 | 0 | 7 | 32 | 257 | 101 | 55 |
| Binary | 101000 | 10111101 | 10110000 | 1001111 | 0 | 111 | 11010 | 10101111 | 1000001 | 101101 |
Color Harmonies of #28BDB0
Complementary color
Monochromatic Colors of #28BDB0
Black with #28BDB0
Text Example
Text Example
White with #28BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDB0; }
p { color: rgb(40,189,176); }
H1.HeaderClassName
{
color: #28BDB0;
}
.AnyTagClassName
{
color: #28BDB0;
}
</style>
background-color css
<style>
a { background-color: #28BDB0; }
a { background-color: rgb(40,189,176); }
div.DivClassName
{
background-color: #28BDB0;
}
.BgClassName
{
background-color: #28BDB0;
}
</style>
border-color css
<style>
span { border-color: #28BDB0; }
span { border-color: rgb(40,189,176); }
td.TdClassName
{
border-color: #28BDB0;
}
.TagClassName
{
border-color: #28BDB0;
}
</style>