Shades of Light Sea Green #28C1AB
Tints of Light Sea Green #28C1AB
RGB
CMYK
RGB Variations
Color information
#28C1AB (or 0x28C1AB) is known color: Light Sea Green. HEX triplet: 28, C1 and AB. RGB value is (40,193,171). Sum of RGB (Red+Green+Blue) = 40+193+171=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #28C1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28C1AB is #D73E54. Grayscale: #909090. Windows color (decimal): -14106197 or 11256104. OLE color: 11256104.
HSL color Cylindrical-coordinate representation of color #28C1AB: hue angle of 171.37º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C1AB is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 171 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.24 |
| HSL | 171.37º | 0.66% | 0.46% | - |
| HSV(B) | 171.37º | 0.79% | 0.76% | - |
| XYZ | 27.3 | 41.53 | 45.11 | - |
| YUV | 144.75 | 142.81 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 171 | 0.79 | 0 | 0.11 | 0.24 | 171.37 | 0.66 | 0.46 |
| Hex | 28 | C1 | AB | 4F | 0 | B | 18 | AB | 42 | 2E |
| Octal | 50 | 301 | 253 | 117 | 0 | 13 | 30 | 253 | 102 | 56 |
| Binary | 101000 | 11000001 | 10101011 | 1001111 | 0 | 1011 | 11000 | 10101011 | 1000010 | 101110 |
Color Harmonies of #28C1AB
Complementary color
Monochromatic Colors of #28C1AB
Black with #28C1AB
Text Example
Text Example
White with #28C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C1AB; }
p { color: rgb(40,193,171); }
H1.HeaderClassName
{
color: #28C1AB;
}
.AnyTagClassName
{
color: #28C1AB;
}
</style>
background-color css
<style>
a { background-color: #28C1AB; }
a { background-color: rgb(40,193,171); }
div.DivClassName
{
background-color: #28C1AB;
}
.BgClassName
{
background-color: #28C1AB;
}
</style>
border-color css
<style>
span { border-color: #28C1AB; }
span { border-color: rgb(40,193,171); }
td.TdClassName
{
border-color: #28C1AB;
}
.TagClassName
{
border-color: #28C1AB;
}
</style>