Shades of Light Sea Green #28B1AB
Tints of Light Sea Green #28B1AB
RGB
CMYK
RGB Variations
Color information
#28B1AB (or 0x28B1AB) is known color: Light Sea Green. HEX triplet: 28, B1 and AB. RGB value is (40,177,171). Sum of RGB (Red+Green+Blue) = 40+177+171=388 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.31% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #28B1AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B1AB is #D74E54. Grayscale: #878787. Windows color (decimal): -14110293 or 11252008. OLE color: 11252008.
HSL color Cylindrical-coordinate representation of color #28B1AB: hue angle of 177.37º 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 #28B1AB is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 171 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.31 |
| HSL | 177.37º | 0.63% | 0.43% | - |
| HSV(B) | 177.37º | 0.77% | 0.69% | - |
| XYZ | 23.95 | 34.84 | 43.99 | - |
| YUV | 135.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 171 | 0.77 | 0 | 0.03 | 0.31 | 177.37 | 0.63 | 0.43 |
| Hex | 28 | B1 | AB | 4D | 0 | 3 | 1F | B1 | 3F | 2B |
| Octal | 50 | 261 | 253 | 115 | 0 | 3 | 37 | 261 | 77 | 53 |
| Binary | 101000 | 10110001 | 10101011 | 1001101 | 0 | 11 | 11111 | 10110001 | 111111 | 101011 |
Color Harmonies of #28B1AB
Complementary color
Monochromatic Colors of #28B1AB
Black with #28B1AB
Text Example
Text Example
White with #28B1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B1AB; }
p { color: rgb(40,177,171); }
H1.HeaderClassName
{
color: #28B1AB;
}
.AnyTagClassName
{
color: #28B1AB;
}
</style>
background-color css
<style>
a { background-color: #28B1AB; }
a { background-color: rgb(40,177,171); }
div.DivClassName
{
background-color: #28B1AB;
}
.BgClassName
{
background-color: #28B1AB;
}
</style>
border-color css
<style>
span { border-color: #28B1AB; }
span { border-color: rgb(40,177,171); }
td.TdClassName
{
border-color: #28B1AB;
}
.TagClassName
{
border-color: #28B1AB;
}
</style>