Shades of Light Sea Green #28B7AA
Tints of Light Sea Green #28B7AA
RGB
CMYK
RGB Variations
Color information
#28B7AA (or 0x28B7AA) is known color: Light Sea Green. HEX triplet: 28, B7 and AA. RGB value is (40,183,170). Sum of RGB (Red+Green+Blue) = 40+183+170=393 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.18% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #28B7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B7AA is #D74855. Grayscale: #8A8A8A. Windows color (decimal): -14108758 or 11188008. OLE color: 11188008.
HSL color Cylindrical-coordinate representation of color #28B7AA: hue angle of 174.55º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B7AA is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 183 | 170 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.28 |
| HSL | 174.55º | 0.64% | 0.44% | - |
| HSV(B) | 174.55º | 0.78% | 0.72% | - |
| XYZ | 25.06 | 37.22 | 43.89 | - |
| YUV | 138.76 | 145.62 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 183 | 170 | 0.78 | 0 | 0.07 | 0.28 | 174.55 | 0.64 | 0.44 |
| Hex | 28 | B7 | AA | 4E | 0 | 7 | 1C | AF | 40 | 2C |
| Octal | 50 | 267 | 252 | 116 | 0 | 7 | 34 | 257 | 100 | 54 |
| Binary | 101000 | 10110111 | 10101010 | 1001110 | 0 | 111 | 11100 | 10101111 | 1000000 | 101100 |
Color Harmonies of #28B7AA
Complementary color
Monochromatic Colors of #28B7AA
Black with #28B7AA
Text Example
Text Example
White with #28B7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B7AA; }
p { color: rgb(40,183,170); }
H1.HeaderClassName
{
color: #28B7AA;
}
.AnyTagClassName
{
color: #28B7AA;
}
</style>
background-color css
<style>
a { background-color: #28B7AA; }
a { background-color: rgb(40,183,170); }
div.DivClassName
{
background-color: #28B7AA;
}
.BgClassName
{
background-color: #28B7AA;
}
</style>
border-color css
<style>
span { border-color: #28B7AA; }
span { border-color: rgb(40,183,170); }
td.TdClassName
{
border-color: #28B7AA;
}
.TagClassName
{
border-color: #28B7AA;
}
</style>