Shades of Light Sea Green #28B7AF
Tints of Light Sea Green #28B7AF
RGB
CMYK
RGB Variations
Color information
#28B7AF (or 0x28B7AF) is known color: Light Sea Green. HEX triplet: 28, B7 and AF. RGB value is (40,183,175). Sum of RGB (Red+Green+Blue) = 40+183+175=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 183 - color contains mainly: green. Hex color #28B7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B7AF is #D74850. Grayscale: #8B8B8B. Windows color (decimal): -14108753 or 11515688. OLE color: 11515688.
HSL color Cylindrical-coordinate representation of color #28B7AF: hue angle of 176.64º 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 #28B7AF is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 183 | 175 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.28 |
| HSL | 176.64º | 0.64% | 0.44% | - |
| HSV(B) | 176.64º | 0.78% | 0.72% | - |
| XYZ | 25.55 | 37.41 | 46.43 | - |
| YUV | 139.33 | 148.12 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 183 | 175 | 0.78 | 0 | 0.04 | 0.28 | 176.64 | 0.64 | 0.44 |
| Hex | 28 | B7 | AF | 4E | 0 | 4 | 1C | B1 | 40 | 2C |
| Octal | 50 | 267 | 257 | 116 | 0 | 4 | 34 | 261 | 100 | 54 |
| Binary | 101000 | 10110111 | 10101111 | 1001110 | 0 | 100 | 11100 | 10110001 | 1000000 | 101100 |
Color Harmonies of #28B7AF
Complementary color
Monochromatic Colors of #28B7AF
Black with #28B7AF
Text Example
Text Example
White with #28B7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B7AF; }
p { color: rgb(40,183,175); }
H1.HeaderClassName
{
color: #28B7AF;
}
.AnyTagClassName
{
color: #28B7AF;
}
</style>
background-color css
<style>
a { background-color: #28B7AF; }
a { background-color: rgb(40,183,175); }
div.DivClassName
{
background-color: #28B7AF;
}
.BgClassName
{
background-color: #28B7AF;
}
</style>
border-color css
<style>
span { border-color: #28B7AF; }
span { border-color: rgb(40,183,175); }
td.TdClassName
{
border-color: #28B7AF;
}
.TagClassName
{
border-color: #28B7AF;
}
</style>