Shades of Light Sea Green #28C2B7
Tints of Light Sea Green #28C2B7
RGB
CMYK
RGB Variations
Color information
#28C2B7 (or 0x28C2B7) is known color: Light Sea Green. HEX triplet: 28, C2 and B7. RGB value is (40,194,183). Sum of RGB (Red+Green+Blue) = 40+194+183=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 194 - color contains mainly: green. Hex color #28C2B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28C2B7 is #D73D48. Grayscale: #929292. Windows color (decimal): -14105929 or 12042792. OLE color: 12042792.
HSL color Cylindrical-coordinate representation of color #28C2B7: hue angle of 175.71º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C2B7 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 183 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.24 |
| HSL | 175.71º | 0.66% | 0.46% | - |
| HSV(B) | 175.71º | 0.79% | 0.76% | - |
| XYZ | 28.71 | 42.45 | 51.48 | - |
| YUV | 146.7 | 148.48 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 183 | 0.79 | 0 | 0.06 | 0.24 | 175.71 | 0.66 | 0.46 |
| Hex | 28 | C2 | B7 | 4F | 0 | 6 | 18 | B0 | 42 | 2E |
| Octal | 50 | 302 | 267 | 117 | 0 | 6 | 30 | 260 | 102 | 56 |
| Binary | 101000 | 11000010 | 10110111 | 1001111 | 0 | 110 | 11000 | 10110000 | 1000010 | 101110 |
Color Harmonies of #28C2B7
Complementary color
Monochromatic Colors of #28C2B7
Black with #28C2B7
Text Example
Text Example
White with #28C2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C2B7; }
p { color: rgb(40,194,183); }
H1.HeaderClassName
{
color: #28C2B7;
}
.AnyTagClassName
{
color: #28C2B7;
}
</style>
background-color css
<style>
a { background-color: #28C2B7; }
a { background-color: rgb(40,194,183); }
div.DivClassName
{
background-color: #28C2B7;
}
.BgClassName
{
background-color: #28C2B7;
}
</style>
border-color css
<style>
span { border-color: #28C2B7; }
span { border-color: rgb(40,194,183); }
td.TdClassName
{
border-color: #28C2B7;
}
.TagClassName
{
border-color: #28C2B7;
}
</style>