Shades of Light Sea Green #28CBB8
Tints of Light Sea Green #28CBB8
RGB
CMYK
RGB Variations
Color information
#28CBB8 (or 0x28CBB8) is known color: Light Sea Green. HEX triplet: 28, CB and B8. RGB value is (40,203,184). Sum of RGB (Red+Green+Blue) = 40+203+184=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #28CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBB8 is #D73447. Grayscale: #989898. Windows color (decimal): -14103624 or 12110632. OLE color: 12110632.
HSL color Cylindrical-coordinate representation of color #28CBB8: hue angle of 173.01º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CBB8 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 184 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.20 |
| HSL | 173.01º | 0.67% | 0.48% | - |
| HSV(B) | 173.01º | 0.8% | 0.8% | - |
| XYZ | 30.88 | 46.62 | 52.72 | - |
| YUV | 152.1 | 146 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 184 | 0.80 | 0 | 0.09 | 0.20 | 173.01 | 0.67 | 0.48 |
| Hex | 28 | CB | B8 | 50 | 0 | 9 | 14 | AD | 43 | 30 |
| Octal | 50 | 313 | 270 | 120 | 0 | 11 | 24 | 255 | 103 | 60 |
| Binary | 101000 | 11001011 | 10111000 | 1010000 | 0 | 1001 | 10100 | 10101101 | 1000011 | 110000 |
Color Harmonies of #28CBB8
Complementary color
Monochromatic Colors of #28CBB8
Black with #28CBB8
Text Example
Text Example
White with #28CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBB8; }
p { color: rgb(40,203,184); }
H1.HeaderClassName
{
color: #28CBB8;
}
.AnyTagClassName
{
color: #28CBB8;
}
</style>
background-color css
<style>
a { background-color: #28CBB8; }
a { background-color: rgb(40,203,184); }
div.DivClassName
{
background-color: #28CBB8;
}
.BgClassName
{
background-color: #28CBB8;
}
</style>
border-color css
<style>
span { border-color: #28CBB8; }
span { border-color: rgb(40,203,184); }
td.TdClassName
{
border-color: #28CBB8;
}
.TagClassName
{
border-color: #28CBB8;
}
</style>