Shades of Light Sea Green #28BEA2
Tints of Light Sea Green #28BEA2
RGB
CMYK
RGB Variations
Color information
#28BEA2 (or 0x28BEA2) is known color: Light Sea Green. HEX triplet: 28, BE and A2. RGB value is (40,190,162). Sum of RGB (Red+Green+Blue) = 40+190+162=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 190 (74.61% from 255 or 48.47% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 190 - color contains mainly: green. Hex color #28BEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BEA2 is #D7415D. Grayscale: #8D8D8D. Windows color (decimal): -14106974 or 10665512. OLE color: 10665512.
HSL color Cylindrical-coordinate representation of color #28BEA2: hue angle of 168.8º 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 #28BEA2 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 190 | 162 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.25 |
| HSL | 168.8º | 0.65% | 0.45% | - |
| HSV(B) | 168.8º | 0.79% | 0.75% | - |
| XYZ | 25.81 | 39.89 | 40.52 | - |
| YUV | 141.96 | 139.31 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 162 | 0.79 | 0 | 0.15 | 0.25 | 168.8 | 0.65 | 0.45 |
| Hex | 28 | BE | A2 | 4F | 0 | F | 19 | A9 | 41 | 2D |
| Octal | 50 | 276 | 242 | 117 | 0 | 17 | 31 | 251 | 101 | 55 |
| Binary | 101000 | 10111110 | 10100010 | 1001111 | 0 | 1111 | 11001 | 10101001 | 1000001 | 101101 |
Color Harmonies of #28BEA2
Complementary color
Monochromatic Colors of #28BEA2
Black with #28BEA2
Text Example
Text Example
White with #28BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEA2; }
p { color: rgb(40,190,162); }
H1.HeaderClassName
{
color: #28BEA2;
}
.AnyTagClassName
{
color: #28BEA2;
}
</style>
background-color css
<style>
a { background-color: #28BEA2; }
a { background-color: rgb(40,190,162); }
div.DivClassName
{
background-color: #28BEA2;
}
.BgClassName
{
background-color: #28BEA2;
}
</style>
border-color css
<style>
span { border-color: #28BEA2; }
span { border-color: rgb(40,190,162); }
td.TdClassName
{
border-color: #28BEA2;
}
.TagClassName
{
border-color: #28BEA2;
}
</style>