Shades of Light Sea Green #28B0BC
Tints of Light Sea Green #28B0BC
RGB
CMYK
RGB Variations
Color information
#28B0BC (or 0x28B0BC) is known color: Light Sea Green. HEX triplet: 28, B0 and BC. RGB value is (40,176,188). Sum of RGB (Red+Green+Blue) = 40+176+188=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #28B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28B0BC is #D74F43. Grayscale: #888888. Windows color (decimal): -14110532 or 12365864. OLE color: 12365864.
HSL color Cylindrical-coordinate representation of color #28B0BC: hue angle of 184.86º 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 #28B0BC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 176 | 188 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.26 |
| HSL | 184.86º | 0.65% | 0.45% | - |
| HSV(B) | 184.86º | 0.79% | 0.74% | - |
| XYZ | 25.48 | 35.13 | 53.02 | - |
| YUV | 136.7 | 156.94 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 188 | 0.79 | 0.06 | 0 | 0.26 | 184.86 | 0.65 | 0.45 |
| Hex | 28 | B0 | BC | 4F | 6 | 0 | 1A | B9 | 41 | 2D |
| Octal | 50 | 260 | 274 | 117 | 6 | 0 | 32 | 271 | 101 | 55 |
| Binary | 101000 | 10110000 | 10111100 | 1001111 | 110 | 0 | 11010 | 10111001 | 1000001 | 101101 |
Color Harmonies of #28B0BC
Complementary color
Monochromatic Colors of #28B0BC
Black with #28B0BC
Text Example
Text Example
White with #28B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B0BC; }
p { color: rgb(40,176,188); }
H1.HeaderClassName
{
color: #28B0BC;
}
.AnyTagClassName
{
color: #28B0BC;
}
</style>
background-color css
<style>
a { background-color: #28B0BC; }
a { background-color: rgb(40,176,188); }
div.DivClassName
{
background-color: #28B0BC;
}
.BgClassName
{
background-color: #28B0BC;
}
</style>
border-color css
<style>
span { border-color: #28B0BC; }
span { border-color: rgb(40,176,188); }
td.TdClassName
{
border-color: #28B0BC;
}
.TagClassName
{
border-color: #28B0BC;
}
</style>