Shades of Light Sea Green #28BDA0
Tints of Light Sea Green #28BDA0
RGB
CMYK
RGB Variations
Color information
#28BDA0 (or 0x28BDA0) is known color: Light Sea Green. HEX triplet: 28, BD and A0. RGB value is (40,189,160). Sum of RGB (Red+Green+Blue) = 40+189+160=389 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.28% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDA0 is #D7425F. Grayscale: #8D8D8D. Windows color (decimal): -14107232 or 10534184. OLE color: 10534184.
HSL color Cylindrical-coordinate representation of color #28BDA0: hue angle of 168.32º 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 #28BDA0 is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 160 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.26 |
| HSL | 168.32º | 0.65% | 0.45% | - |
| HSV(B) | 168.32º | 0.79% | 0.74% | - |
| XYZ | 25.42 | 39.38 | 39.52 | - |
| YUV | 141.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 160 | 0.79 | 0 | 0.15 | 0.26 | 168.32 | 0.65 | 0.45 |
| Hex | 28 | BD | A0 | 4F | 0 | F | 1A | A8 | 41 | 2D |
| Octal | 50 | 275 | 240 | 117 | 0 | 17 | 32 | 250 | 101 | 55 |
| Binary | 101000 | 10111101 | 10100000 | 1001111 | 0 | 1111 | 11010 | 10101000 | 1000001 | 101101 |
Color Harmonies of #28BDA0
Complementary color
Monochromatic Colors of #28BDA0
Black with #28BDA0
Text Example
Text Example
White with #28BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDA0; }
p { color: rgb(40,189,160); }
H1.HeaderClassName
{
color: #28BDA0;
}
.AnyTagClassName
{
color: #28BDA0;
}
</style>
background-color css
<style>
a { background-color: #28BDA0; }
a { background-color: rgb(40,189,160); }
div.DivClassName
{
background-color: #28BDA0;
}
.BgClassName
{
background-color: #28BDA0;
}
</style>
border-color css
<style>
span { border-color: #28BDA0; }
span { border-color: rgb(40,189,160); }
td.TdClassName
{
border-color: #28BDA0;
}
.TagClassName
{
border-color: #28BDA0;
}
</style>