Shades of Light Sea Green #28AE9D
Tints of Light Sea Green #28AE9D
RGB
CMYK
RGB Variations
Color information
#28AE9D (or 0x28AE9D) is known color: Light Sea Green. HEX triplet: 28, AE and 9D. RGB value is (40,174,157). Sum of RGB (Red+Green+Blue) = 40+174+157=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AE9D is #D75162. Grayscale: #838383. Windows color (decimal): -14111075 or 10333736. OLE color: 10333736.
HSL color Cylindrical-coordinate representation of color #28AE9D: hue angle of 172.39º degrees, saturation: 0.63, 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 #28AE9D is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 157 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.32 |
| HSL | 172.39º | 0.63% | 0.42% | - |
| HSV(B) | 172.39º | 0.77% | 0.68% | - |
| XYZ | 22.1 | 33.16 | 37.13 | - |
| YUV | 132 | 142.11 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 157 | 0.77 | 0 | 0.10 | 0.32 | 172.39 | 0.63 | 0.42 |
| Hex | 28 | AE | 9D | 4D | 0 | A | 20 | AC | 3F | 2A |
| Octal | 50 | 256 | 235 | 115 | 0 | 12 | 40 | 254 | 77 | 52 |
| Binary | 101000 | 10101110 | 10011101 | 1001101 | 0 | 1010 | 100000 | 10101100 | 111111 | 101010 |
Color Harmonies of #28AE9D
Complementary color
Monochromatic Colors of #28AE9D
Black with #28AE9D
Text Example
Text Example
White with #28AE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE9D; }
p { color: rgb(40,174,157); }
H1.HeaderClassName
{
color: #28AE9D;
}
.AnyTagClassName
{
color: #28AE9D;
}
</style>
background-color css
<style>
a { background-color: #28AE9D; }
a { background-color: rgb(40,174,157); }
div.DivClassName
{
background-color: #28AE9D;
}
.BgClassName
{
background-color: #28AE9D;
}
</style>
border-color css
<style>
span { border-color: #28AE9D; }
span { border-color: rgb(40,174,157); }
td.TdClassName
{
border-color: #28AE9D;
}
.TagClassName
{
border-color: #28AE9D;
}
</style>