Shades of Light Sea Green #28BDA2
Tints of Light Sea Green #28BDA2
RGB
CMYK
RGB Variations
Color information
#28BDA2 (or 0x28BDA2) is known color: Light Sea Green. HEX triplet: 28, BD and A2. RGB value is (40,189,162). Sum of RGB (Red+Green+Blue) = 40+189+162=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 162 (63.67% from 255 or 41.43% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDA2 is #D7425D. Grayscale: #8D8D8D. Windows color (decimal): -14107230 or 10665256. OLE color: 10665256.
HSL color Cylindrical-coordinate representation of color #28BDA2: hue angle of 169.13º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BDA2 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 162 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.26 |
| HSL | 169.13º | 0.65% | 0.45% | - |
| HSV(B) | 169.13º | 0.79% | 0.74% | - |
| XYZ | 25.59 | 39.45 | 40.45 | - |
| YUV | 141.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 162 | 0.79 | 0 | 0.14 | 0.26 | 169.13 | 0.65 | 0.45 |
| Hex | 28 | BD | A2 | 4F | 0 | E | 1A | A9 | 41 | 2D |
| Octal | 50 | 275 | 242 | 117 | 0 | 16 | 32 | 251 | 101 | 55 |
| Binary | 101000 | 10111101 | 10100010 | 1001111 | 0 | 1110 | 11010 | 10101001 | 1000001 | 101101 |
Color Harmonies of #28BDA2
Complementary color
Monochromatic Colors of #28BDA2
Black with #28BDA2
Text Example
Text Example
White with #28BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDA2; }
p { color: rgb(40,189,162); }
H1.HeaderClassName
{
color: #28BDA2;
}
.AnyTagClassName
{
color: #28BDA2;
}
</style>
background-color css
<style>
a { background-color: #28BDA2; }
a { background-color: rgb(40,189,162); }
div.DivClassName
{
background-color: #28BDA2;
}
.BgClassName
{
background-color: #28BDA2;
}
</style>
border-color css
<style>
span { border-color: #28BDA2; }
span { border-color: rgb(40,189,162); }
td.TdClassName
{
border-color: #28BDA2;
}
.TagClassName
{
border-color: #28BDA2;
}
</style>