Shades of Light Sea Green #28CEBD
Tints of Light Sea Green #28CEBD
RGB
CMYK
RGB Variations
Color information
#28CEBD (or 0x28CEBD) is known color: Light Sea Green. HEX triplet: 28, CE and BD. RGB value is (40,206,189). Sum of RGB (Red+Green+Blue) = 40+206+189=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #28CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEBD is #D73142. Grayscale: #9A9A9A. Windows color (decimal): -14102851 or 12439080. OLE color: 12439080.
HSL color Cylindrical-coordinate representation of color #28CEBD: hue angle of 173.86º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CEBD is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 189 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.19 |
| HSL | 173.86º | 0.67% | 0.48% | - |
| HSV(B) | 173.86º | 0.81% | 0.81% | - |
| XYZ | 32.13 | 48.27 | 55.77 | - |
| YUV | 154.43 | 147.5 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 189 | 0.81 | 0 | 0.08 | 0.19 | 173.86 | 0.67 | 0.48 |
| Hex | 28 | CE | BD | 51 | 0 | 8 | 13 | AE | 43 | 30 |
| Octal | 50 | 316 | 275 | 121 | 0 | 10 | 23 | 256 | 103 | 60 |
| Binary | 101000 | 11001110 | 10111101 | 1010001 | 0 | 1000 | 10011 | 10101110 | 1000011 | 110000 |
Color Harmonies of #28CEBD
Complementary color
Monochromatic Colors of #28CEBD
Black with #28CEBD
Text Example
Text Example
White with #28CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEBD; }
p { color: rgb(40,206,189); }
H1.HeaderClassName
{
color: #28CEBD;
}
.AnyTagClassName
{
color: #28CEBD;
}
</style>
background-color css
<style>
a { background-color: #28CEBD; }
a { background-color: rgb(40,206,189); }
div.DivClassName
{
background-color: #28CEBD;
}
.BgClassName
{
background-color: #28CEBD;
}
</style>
border-color css
<style>
span { border-color: #28CEBD; }
span { border-color: rgb(40,206,189); }
td.TdClassName
{
border-color: #28CEBD;
}
.TagClassName
{
border-color: #28CEBD;
}
</style>