Shades of Light Sea Green #28CBBA
Tints of Light Sea Green #28CBBA
RGB
CMYK
RGB Variations
Color information
#28CBBA (or 0x28CBBA) is known color: Light Sea Green. HEX triplet: 28, CB and BA. RGB value is (40,203,186). Sum of RGB (Red+Green+Blue) = 40+203+186=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #28CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CBBA is #D73445. Grayscale: #989898. Windows color (decimal): -14103622 or 12241704. OLE color: 12241704.
HSL color Cylindrical-coordinate representation of color #28CBBA: hue angle of 173.74º 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 #28CBBA is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 203 | 186 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.20 |
| HSL | 173.74º | 0.67% | 0.48% | - |
| HSV(B) | 173.74º | 0.8% | 0.8% | - |
| XYZ | 31.09 | 46.71 | 53.83 | - |
| YUV | 152.33 | 147 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 203 | 186 | 0.80 | 0 | 0.08 | 0.20 | 173.74 | 0.67 | 0.48 |
| Hex | 28 | CB | BA | 50 | 0 | 8 | 14 | AE | 43 | 30 |
| Octal | 50 | 313 | 272 | 120 | 0 | 10 | 24 | 256 | 103 | 60 |
| Binary | 101000 | 11001011 | 10111010 | 1010000 | 0 | 1000 | 10100 | 10101110 | 1000011 | 110000 |
Color Harmonies of #28CBBA
Complementary color
Monochromatic Colors of #28CBBA
Black with #28CBBA
Text Example
Text Example
White with #28CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CBBA; }
p { color: rgb(40,203,186); }
H1.HeaderClassName
{
color: #28CBBA;
}
.AnyTagClassName
{
color: #28CBBA;
}
</style>
background-color css
<style>
a { background-color: #28CBBA; }
a { background-color: rgb(40,203,186); }
div.DivClassName
{
background-color: #28CBBA;
}
.BgClassName
{
background-color: #28CBBA;
}
</style>
border-color css
<style>
span { border-color: #28CBBA; }
span { border-color: rgb(40,203,186); }
td.TdClassName
{
border-color: #28CBBA;
}
.TagClassName
{
border-color: #28CBBA;
}
</style>