Shades of Light Sea Green #28BEA1
Tints of Light Sea Green #28BEA1
RGB
CMYK
RGB Variations
Color information
#28BEA1 (or 0x28BEA1) is known color: Light Sea Green. HEX triplet: 28, BE and A1. RGB value is (40,190,161). Sum of RGB (Red+Green+Blue) = 40+190+161=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #28BEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BEA1 is #D7415E. Grayscale: #8D8D8D. Windows color (decimal): -14106975 or 10599976. OLE color: 10599976.
HSL color Cylindrical-coordinate representation of color #28BEA1: hue angle of 168.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BEA1 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 190 | 161 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.25 |
| HSL | 168.4º | 0.65% | 0.45% | - |
| HSV(B) | 168.4º | 0.79% | 0.75% | - |
| XYZ | 25.72 | 39.85 | 40.05 | - |
| YUV | 141.84 | 138.81 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 161 | 0.79 | 0 | 0.15 | 0.25 | 168.4 | 0.65 | 0.45 |
| Hex | 28 | BE | A1 | 4F | 0 | F | 19 | A8 | 41 | 2D |
| Octal | 50 | 276 | 241 | 117 | 0 | 17 | 31 | 250 | 101 | 55 |
| Binary | 101000 | 10111110 | 10100001 | 1001111 | 0 | 1111 | 11001 | 10101000 | 1000001 | 101101 |
Color Harmonies of #28BEA1
Complementary color
Monochromatic Colors of #28BEA1
Black with #28BEA1
Text Example
Text Example
White with #28BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEA1; }
p { color: rgb(40,190,161); }
H1.HeaderClassName
{
color: #28BEA1;
}
.AnyTagClassName
{
color: #28BEA1;
}
</style>
background-color css
<style>
a { background-color: #28BEA1; }
a { background-color: rgb(40,190,161); }
div.DivClassName
{
background-color: #28BEA1;
}
.BgClassName
{
background-color: #28BEA1;
}
</style>
border-color css
<style>
span { border-color: #28BEA1; }
span { border-color: rgb(40,190,161); }
td.TdClassName
{
border-color: #28BEA1;
}
.TagClassName
{
border-color: #28BEA1;
}
</style>