Shades of Light Sea Green #28B1AE
Tints of Light Sea Green #28B1AE
RGB
CMYK
RGB Variations
Color information
#28B1AE (or 0x28B1AE) is known color: Light Sea Green. HEX triplet: 28, B1 and AE. RGB value is (40,177,174). Sum of RGB (Red+Green+Blue) = 40+177+174=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #28B1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B1AE is #D74E51. Grayscale: #878787. Windows color (decimal): -14110290 or 11448616. OLE color: 11448616.
HSL color Cylindrical-coordinate representation of color #28B1AE: hue angle of 178.69º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B1AE is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 174 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.31 |
| HSL | 178.69º | 0.63% | 0.43% | - |
| HSV(B) | 178.69º | 0.77% | 0.69% | - |
| XYZ | 24.24 | 34.95 | 45.51 | - |
| YUV | 135.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 174 | 0.77 | 0 | 0.02 | 0.31 | 178.69 | 0.63 | 0.43 |
| Hex | 28 | B1 | AE | 4D | 0 | 2 | 1F | B3 | 3F | 2B |
| Octal | 50 | 261 | 256 | 115 | 0 | 2 | 37 | 263 | 77 | 53 |
| Binary | 101000 | 10110001 | 10101110 | 1001101 | 0 | 10 | 11111 | 10110011 | 111111 | 101011 |
Color Harmonies of #28B1AE
Complementary color
Monochromatic Colors of #28B1AE
Black with #28B1AE
Text Example
Text Example
White with #28B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B1AE; }
p { color: rgb(40,177,174); }
H1.HeaderClassName
{
color: #28B1AE;
}
.AnyTagClassName
{
color: #28B1AE;
}
</style>
background-color css
<style>
a { background-color: #28B1AE; }
a { background-color: rgb(40,177,174); }
div.DivClassName
{
background-color: #28B1AE;
}
.BgClassName
{
background-color: #28B1AE;
}
</style>
border-color css
<style>
span { border-color: #28B1AE; }
span { border-color: rgb(40,177,174); }
td.TdClassName
{
border-color: #28B1AE;
}
.TagClassName
{
border-color: #28B1AE;
}
</style>