Shades of Light Sea Green #28CFBA
Tints of Light Sea Green #28CFBA
RGB
CMYK
RGB Variations
Color information
#28CFBA (or 0x28CFBA) is known color: Light Sea Green. HEX triplet: 28, CF and BA. RGB value is (40,207,186). Sum of RGB (Red+Green+Blue) = 40+207+186=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFBA is #D73045. Grayscale: #9A9A9A. Windows color (decimal): -14102598 or 12242728. OLE color: 12242728.
HSL color Cylindrical-coordinate representation of color #28CFBA: hue angle of 172.46º degrees, saturation: 0.68, 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 #28CFBA is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 186 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.19 |
| HSL | 172.46º | 0.68% | 0.48% | - |
| HSV(B) | 172.46º | 0.81% | 0.81% | - |
| XYZ | 32.05 | 48.62 | 54.15 | - |
| YUV | 154.67 | 145.67 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 186 | 0.81 | 0 | 0.10 | 0.19 | 172.46 | 0.68 | 0.48 |
| Hex | 28 | CF | BA | 51 | 0 | A | 13 | AC | 44 | 30 |
| Octal | 50 | 317 | 272 | 121 | 0 | 12 | 23 | 254 | 104 | 60 |
| Binary | 101000 | 11001111 | 10111010 | 1010001 | 0 | 1010 | 10011 | 10101100 | 1000100 | 110000 |
Color Harmonies of #28CFBA
Complementary color
Monochromatic Colors of #28CFBA
Black with #28CFBA
Text Example
Text Example
White with #28CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFBA; }
p { color: rgb(40,207,186); }
H1.HeaderClassName
{
color: #28CFBA;
}
.AnyTagClassName
{
color: #28CFBA;
}
</style>
background-color css
<style>
a { background-color: #28CFBA; }
a { background-color: rgb(40,207,186); }
div.DivClassName
{
background-color: #28CFBA;
}
.BgClassName
{
background-color: #28CFBA;
}
</style>
border-color css
<style>
span { border-color: #28CFBA; }
span { border-color: rgb(40,207,186); }
td.TdClassName
{
border-color: #28CFBA;
}
.TagClassName
{
border-color: #28CFBA;
}
</style>