Shades of Light Sea Green #28B7C0
Tints of Light Sea Green #28B7C0
RGB
CMYK
RGB Variations
Color information
#28B7C0 (or 0x28B7C0) is known color: Light Sea Green. HEX triplet: 28, B7 and C0. RGB value is (40,183,192). Sum of RGB (Red+Green+Blue) = 40+183+192=415 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.64% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #28B7C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B7C0 is #D7483F. Grayscale: #8D8D8D. Windows color (decimal): -14108736 or 12629800. OLE color: 12629800.
HSL color Cylindrical-coordinate representation of color #28B7C0: hue angle of 183.55º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28B7C0 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 183 | 192 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.25 |
| HSL | 183.55º | 0.66% | 0.45% | - |
| HSV(B) | 183.55º | 0.79% | 0.75% | - |
| XYZ | 27.32 | 38.12 | 55.79 | - |
| YUV | 141.27 | 156.62 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 183 | 192 | 0.79 | 0.05 | 0 | 0.25 | 183.55 | 0.66 | 0.45 |
| Hex | 28 | B7 | C0 | 4F | 5 | 0 | 19 | B8 | 42 | 2D |
| Octal | 50 | 267 | 300 | 117 | 5 | 0 | 31 | 270 | 102 | 55 |
| Binary | 101000 | 10110111 | 11000000 | 1001111 | 101 | 0 | 11001 | 10111000 | 1000010 | 101101 |
Color Harmonies of #28B7C0
Complementary color
Monochromatic Colors of #28B7C0
Black with #28B7C0
Text Example
Text Example
White with #28B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B7C0; }
p { color: rgb(40,183,192); }
H1.HeaderClassName
{
color: #28B7C0;
}
.AnyTagClassName
{
color: #28B7C0;
}
</style>
background-color css
<style>
a { background-color: #28B7C0; }
a { background-color: rgb(40,183,192); }
div.DivClassName
{
background-color: #28B7C0;
}
.BgClassName
{
background-color: #28B7C0;
}
</style>
border-color css
<style>
span { border-color: #28B7C0; }
span { border-color: rgb(40,183,192); }
td.TdClassName
{
border-color: #28B7C0;
}
.TagClassName
{
border-color: #28B7C0;
}
</style>