Shades of Light Sea Green #28B1AA
Tints of Light Sea Green #28B1AA
RGB
CMYK
RGB Variations
Color information
#28B1AA (or 0x28B1AA) is known color: Light Sea Green. HEX triplet: 28, B1 and AA. RGB value is (40,177,170). Sum of RGB (Red+Green+Blue) = 40+177+170=387 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.34% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #28B1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B1AA is #D74E55. Grayscale: #878787. Windows color (decimal): -14110294 or 11186472. OLE color: 11186472.
HSL color Cylindrical-coordinate representation of color #28B1AA: hue angle of 176.93º 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 #28B1AA is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 170 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.31 |
| HSL | 176.93º | 0.63% | 0.43% | - |
| HSV(B) | 176.93º | 0.77% | 0.69% | - |
| XYZ | 23.85 | 34.8 | 43.49 | - |
| YUV | 135.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 170 | 0.77 | 0 | 0.04 | 0.31 | 176.93 | 0.63 | 0.43 |
| Hex | 28 | B1 | AA | 4D | 0 | 4 | 1F | B1 | 3F | 2B |
| Octal | 50 | 261 | 252 | 115 | 0 | 4 | 37 | 261 | 77 | 53 |
| Binary | 101000 | 10110001 | 10101010 | 1001101 | 0 | 100 | 11111 | 10110001 | 111111 | 101011 |
Color Harmonies of #28B1AA
Complementary color
Monochromatic Colors of #28B1AA
Black with #28B1AA
Text Example
Text Example
White with #28B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B1AA; }
p { color: rgb(40,177,170); }
H1.HeaderClassName
{
color: #28B1AA;
}
.AnyTagClassName
{
color: #28B1AA;
}
</style>
background-color css
<style>
a { background-color: #28B1AA; }
a { background-color: rgb(40,177,170); }
div.DivClassName
{
background-color: #28B1AA;
}
.BgClassName
{
background-color: #28B1AA;
}
</style>
border-color css
<style>
span { border-color: #28B1AA; }
span { border-color: rgb(40,177,170); }
td.TdClassName
{
border-color: #28B1AA;
}
.TagClassName
{
border-color: #28B1AA;
}
</style>