Shades of Light Sea Green #28BEAF
Tints of Light Sea Green #28BEAF
RGB
CMYK
RGB Variations
Color information
#28BEAF (or 0x28BEAF) is known color: Light Sea Green. HEX triplet: 28, BE and AF. RGB value is (40,190,175). Sum of RGB (Red+Green+Blue) = 40+190+175=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #28BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BEAF is #D74150. Grayscale: #8F8F8F. Windows color (decimal): -14106961 or 11517480. OLE color: 11517480.
HSL color Cylindrical-coordinate representation of color #28BEAF: hue angle of 174º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BEAF is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 190 | 175 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.25 |
| HSL | 174º | 0.65% | 0.45% | - |
| HSV(B) | 174º | 0.79% | 0.75% | - |
| XYZ | 27.03 | 40.37 | 46.93 | - |
| YUV | 143.44 | 145.81 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 190 | 175 | 0.79 | 0 | 0.08 | 0.25 | 174 | 0.65 | 0.45 |
| Hex | 28 | BE | AF | 4F | 0 | 8 | 19 | AE | 41 | 2D |
| Octal | 50 | 276 | 257 | 117 | 0 | 10 | 31 | 256 | 101 | 55 |
| Binary | 101000 | 10111110 | 10101111 | 1001111 | 0 | 1000 | 11001 | 10101110 | 1000001 | 101101 |
Color Harmonies of #28BEAF
Complementary color
Monochromatic Colors of #28BEAF
Black with #28BEAF
Text Example
Text Example
White with #28BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BEAF; }
p { color: rgb(40,190,175); }
H1.HeaderClassName
{
color: #28BEAF;
}
.AnyTagClassName
{
color: #28BEAF;
}
</style>
background-color css
<style>
a { background-color: #28BEAF; }
a { background-color: rgb(40,190,175); }
div.DivClassName
{
background-color: #28BEAF;
}
.BgClassName
{
background-color: #28BEAF;
}
</style>
border-color css
<style>
span { border-color: #28BEAF; }
span { border-color: rgb(40,190,175); }
td.TdClassName
{
border-color: #28BEAF;
}
.TagClassName
{
border-color: #28BEAF;
}
</style>