Shades of Light Sea Green #28A99D
Tints of Light Sea Green #28A99D
RGB
CMYK
RGB Variations
Color information
#28A99D (or 0x28A99D) is known color: Light Sea Green. HEX triplet: 28, A9 and 9D. RGB value is (40,169,157). Sum of RGB (Red+Green+Blue) = 40+169+157=366 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.93% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #28A99D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A99D is #D75662. Grayscale: #808080. Windows color (decimal): -14112355 or 10332456. OLE color: 10332456.
HSL color Cylindrical-coordinate representation of color #28A99D: hue angle of 174.42º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A99D is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 169 | 157 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.34 |
| HSL | 174.42º | 0.62% | 0.41% | - |
| HSV(B) | 174.42º | 0.76% | 0.66% | - |
| XYZ | 21.15 | 31.26 | 36.82 | - |
| YUV | 129.06 | 143.76 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 157 | 0.76 | 0 | 0.07 | 0.34 | 174.42 | 0.62 | 0.41 |
| Hex | 28 | A9 | 9D | 4C | 0 | 7 | 22 | AE | 3E | 29 |
| Octal | 50 | 251 | 235 | 114 | 0 | 7 | 42 | 256 | 76 | 51 |
| Binary | 101000 | 10101001 | 10011101 | 1001100 | 0 | 111 | 100010 | 10101110 | 111110 | 101001 |
Color Harmonies of #28A99D
Complementary color
Monochromatic Colors of #28A99D
Black with #28A99D
Text Example
Text Example
White with #28A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A99D; }
p { color: rgb(40,169,157); }
H1.HeaderClassName
{
color: #28A99D;
}
.AnyTagClassName
{
color: #28A99D;
}
</style>
background-color css
<style>
a { background-color: #28A99D; }
a { background-color: rgb(40,169,157); }
div.DivClassName
{
background-color: #28A99D;
}
.BgClassName
{
background-color: #28A99D;
}
</style>
border-color css
<style>
span { border-color: #28A99D; }
span { border-color: rgb(40,169,157); }
td.TdClassName
{
border-color: #28A99D;
}
.TagClassName
{
border-color: #28A99D;
}
</style>