Shades of Light Sea Green #28C7AC
Tints of Light Sea Green #28C7AC
RGB
CMYK
RGB Variations
Color information
#28C7AC (or 0x28C7AC) is known color: Light Sea Green. HEX triplet: 28, C7 and AC. RGB value is (40,199,172). Sum of RGB (Red+Green+Blue) = 40+199+172=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #28C7AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C7AC is #D73853. Grayscale: #949494. Windows color (decimal): -14104660 or 11323176. OLE color: 11323176.
HSL color Cylindrical-coordinate representation of color #28C7AC: hue angle of 169.81º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C7AC is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 172 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.22 |
| HSL | 169.81º | 0.67% | 0.47% | - |
| HSV(B) | 169.81º | 0.8% | 0.78% | - |
| XYZ | 28.74 | 44.28 | 46.06 | - |
| YUV | 148.38 | 141.32 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 172 | 0.80 | 0 | 0.14 | 0.22 | 169.81 | 0.67 | 0.47 |
| Hex | 28 | C7 | AC | 50 | 0 | E | 16 | AA | 43 | 2F |
| Octal | 50 | 307 | 254 | 120 | 0 | 16 | 26 | 252 | 103 | 57 |
| Binary | 101000 | 11000111 | 10101100 | 1010000 | 0 | 1110 | 10110 | 10101010 | 1000011 | 101111 |
Color Harmonies of #28C7AC
Complementary color
Monochromatic Colors of #28C7AC
Black with #28C7AC
Text Example
Text Example
White with #28C7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C7AC; }
p { color: rgb(40,199,172); }
H1.HeaderClassName
{
color: #28C7AC;
}
.AnyTagClassName
{
color: #28C7AC;
}
</style>
background-color css
<style>
a { background-color: #28C7AC; }
a { background-color: rgb(40,199,172); }
div.DivClassName
{
background-color: #28C7AC;
}
.BgClassName
{
background-color: #28C7AC;
}
</style>
border-color css
<style>
span { border-color: #28C7AC; }
span { border-color: rgb(40,199,172); }
td.TdClassName
{
border-color: #28C7AC;
}
.TagClassName
{
border-color: #28C7AC;
}
</style>