Shades of Light Sea Green #28BDA4
Tints of Light Sea Green #28BDA4
RGB
CMYK
RGB Variations
Color information
#28BDA4 (or 0x28BDA4) is known color: Light Sea Green. HEX triplet: 28, BD and A4. RGB value is (40,189,164). Sum of RGB (Red+Green+Blue) = 40+189+164=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #28BDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BDA4 is #D7425B. Grayscale: #8D8D8D. Windows color (decimal): -14107228 or 10796328. OLE color: 10796328.
HSL color Cylindrical-coordinate representation of color #28BDA4: hue angle of 169.93º 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 #28BDA4 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 189 | 164 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.26 |
| HSL | 169.93º | 0.65% | 0.45% | - |
| HSV(B) | 169.93º | 0.79% | 0.74% | - |
| XYZ | 25.77 | 39.53 | 41.39 | - |
| YUV | 141.6 | 140.64 | 55.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 189 | 164 | 0.79 | 0 | 0.13 | 0.26 | 169.93 | 0.65 | 0.45 |
| Hex | 28 | BD | A4 | 4F | 0 | D | 1A | AA | 41 | 2D |
| Octal | 50 | 275 | 244 | 117 | 0 | 15 | 32 | 252 | 101 | 55 |
| Binary | 101000 | 10111101 | 10100100 | 1001111 | 0 | 1101 | 11010 | 10101010 | 1000001 | 101101 |
Color Harmonies of #28BDA4
Complementary color
Monochromatic Colors of #28BDA4
Black with #28BDA4
Text Example
Text Example
White with #28BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BDA4; }
p { color: rgb(40,189,164); }
H1.HeaderClassName
{
color: #28BDA4;
}
.AnyTagClassName
{
color: #28BDA4;
}
</style>
background-color css
<style>
a { background-color: #28BDA4; }
a { background-color: rgb(40,189,164); }
div.DivClassName
{
background-color: #28BDA4;
}
.BgClassName
{
background-color: #28BDA4;
}
</style>
border-color css
<style>
span { border-color: #28BDA4; }
span { border-color: rgb(40,189,164); }
td.TdClassName
{
border-color: #28BDA4;
}
.TagClassName
{
border-color: #28BDA4;
}
</style>