Shades of Light Sea Green #28AD9F
Tints of Light Sea Green #28AD9F
RGB
CMYK
RGB Variations
Color information
#28AD9F (or 0x28AD9F) is known color: Light Sea Green. HEX triplet: 28, AD and 9F. RGB value is (40,173,159). Sum of RGB (Red+Green+Blue) = 40+173+159=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AD9F is #D75260. Grayscale: #838383. Windows color (decimal): -14111329 or 10464552. OLE color: 10464552.
HSL color Cylindrical-coordinate representation of color #28AD9F: hue angle of 173.68º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD9F is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 159 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.32 |
| HSL | 173.68º | 0.62% | 0.42% | - |
| HSV(B) | 173.68º | 0.77% | 0.68% | - |
| XYZ | 22.08 | 32.84 | 37.98 | - |
| YUV | 131.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 159 | 0.77 | 0 | 0.08 | 0.32 | 173.68 | 0.62 | 0.42 |
| Hex | 28 | AD | 9F | 4D | 0 | 8 | 20 | AE | 3E | 2A |
| Octal | 50 | 255 | 237 | 115 | 0 | 10 | 40 | 256 | 76 | 52 |
| Binary | 101000 | 10101101 | 10011111 | 1001101 | 0 | 1000 | 100000 | 10101110 | 111110 | 101010 |
Color Harmonies of #28AD9F
Complementary color
Monochromatic Colors of #28AD9F
Black with #28AD9F
Text Example
Text Example
White with #28AD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD9F; }
p { color: rgb(40,173,159); }
H1.HeaderClassName
{
color: #28AD9F;
}
.AnyTagClassName
{
color: #28AD9F;
}
</style>
background-color css
<style>
a { background-color: #28AD9F; }
a { background-color: rgb(40,173,159); }
div.DivClassName
{
background-color: #28AD9F;
}
.BgClassName
{
background-color: #28AD9F;
}
</style>
border-color css
<style>
span { border-color: #28AD9F; }
span { border-color: rgb(40,173,159); }
td.TdClassName
{
border-color: #28AD9F;
}
.TagClassName
{
border-color: #28AD9F;
}
</style>