Shades of Light Sea Green #28AC9C
Tints of Light Sea Green #28AC9C
RGB
CMYK
RGB Variations
Color information
#28AC9C (or 0x28AC9C) is known color: Light Sea Green. HEX triplet: 28, AC and 9C. RGB value is (40,172,156). Sum of RGB (Red+Green+Blue) = 40+172+156=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AC9C is #D75363. Grayscale: #828282. Windows color (decimal): -14111588 or 10267688. OLE color: 10267688.
HSL color Cylindrical-coordinate representation of color #28AC9C: hue angle of 172.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC9C is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 156 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.33 |
| HSL | 172.73º | 0.62% | 0.42% | - |
| HSV(B) | 172.73º | 0.77% | 0.67% | - |
| XYZ | 21.63 | 32.36 | 36.56 | - |
| YUV | 130.71 | 142.27 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 156 | 0.77 | 0 | 0.09 | 0.33 | 172.73 | 0.62 | 0.42 |
| Hex | 28 | AC | 9C | 4D | 0 | 9 | 21 | AD | 3E | 2A |
| Octal | 50 | 254 | 234 | 115 | 0 | 11 | 41 | 255 | 76 | 52 |
| Binary | 101000 | 10101100 | 10011100 | 1001101 | 0 | 1001 | 100001 | 10101101 | 111110 | 101010 |
Color Harmonies of #28AC9C
Complementary color
Monochromatic Colors of #28AC9C
Black with #28AC9C
Text Example
Text Example
White with #28AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC9C; }
p { color: rgb(40,172,156); }
H1.HeaderClassName
{
color: #28AC9C;
}
.AnyTagClassName
{
color: #28AC9C;
}
</style>
background-color css
<style>
a { background-color: #28AC9C; }
a { background-color: rgb(40,172,156); }
div.DivClassName
{
background-color: #28AC9C;
}
.BgClassName
{
background-color: #28AC9C;
}
</style>
border-color css
<style>
span { border-color: #28AC9C; }
span { border-color: rgb(40,172,156); }
td.TdClassName
{
border-color: #28AC9C;
}
.TagClassName
{
border-color: #28AC9C;
}
</style>