Shades of Light Sea Green #28BDA3
Tints of Light Sea Green #28BDA3
RGB
CMYK
RGB Variations
Color information
#28BDA3 (or 0x28BDA3) is known color: Light Sea Green. HEX triplet: 28, BD and A3. RGB value is (40,189,163). Sum of RGB (Red+Green+Blue) = 40+189+163=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDA3 is #D7425C. Grayscale: #8D8D8D. Windows color (decimal): -14107229 or 10730792. OLE color: 10730792.
HSL color Cylindrical-coordinate representation of color #28BDA3: hue angle of 169.53º 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 #28BDA3 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 163 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.26 |
| HSL | 169.53º | 0.65% | 0.45% | - |
| HSV(B) | 169.53º | 0.79% | 0.74% | - |
| XYZ | 25.68 | 39.49 | 40.92 | - |
| YUV | 141.49 | 140.14 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 163 | 0.79 | 0 | 0.14 | 0.26 | 169.53 | 0.65 | 0.45 |
| Hex | 28 | BD | A3 | 4F | 0 | E | 1A | AA | 41 | 2D |
| Octal | 50 | 275 | 243 | 117 | 0 | 16 | 32 | 252 | 101 | 55 |
| Binary | 101000 | 10111101 | 10100011 | 1001111 | 0 | 1110 | 11010 | 10101010 | 1000001 | 101101 |
Color Harmonies of #28BDA3
Complementary color
Monochromatic Colors of #28BDA3
Black with #28BDA3
Text Example
Text Example
White with #28BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDA3; }
p { color: rgb(40,189,163); }
H1.HeaderClassName
{
color: #28BDA3;
}
.AnyTagClassName
{
color: #28BDA3;
}
</style>
background-color css
<style>
a { background-color: #28BDA3; }
a { background-color: rgb(40,189,163); }
div.DivClassName
{
background-color: #28BDA3;
}
.BgClassName
{
background-color: #28BDA3;
}
</style>
border-color css
<style>
span { border-color: #28BDA3; }
span { border-color: rgb(40,189,163); }
td.TdClassName
{
border-color: #28BDA3;
}
.TagClassName
{
border-color: #28BDA3;
}
</style>