Shades of Light Sea Green #28BBAD
Tints of Light Sea Green #28BBAD
RGB
CMYK
RGB Variations
Color information
#28BBAD (or 0x28BBAD) is known color: Light Sea Green. HEX triplet: 28, BB and AD. RGB value is (40,187,173). Sum of RGB (Red+Green+Blue) = 40+187+173=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #28BBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BBAD is #D74452. Grayscale: #8D8D8D. Windows color (decimal): -14107731 or 11385640. OLE color: 11385640.
HSL color Cylindrical-coordinate representation of color #28BBAD: hue angle of 174.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BBAD is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 173 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.27 |
| HSL | 174.29º | 0.65% | 0.45% | - |
| HSV(B) | 174.29º | 0.79% | 0.73% | - |
| XYZ | 26.19 | 39.01 | 45.68 | - |
| YUV | 141.45 | 145.8 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 173 | 0.79 | 0 | 0.07 | 0.27 | 174.29 | 0.65 | 0.45 |
| Hex | 28 | BB | AD | 4F | 0 | 7 | 1B | AE | 41 | 2D |
| Octal | 50 | 273 | 255 | 117 | 0 | 7 | 33 | 256 | 101 | 55 |
| Binary | 101000 | 10111011 | 10101101 | 1001111 | 0 | 111 | 11011 | 10101110 | 1000001 | 101101 |
Color Harmonies of #28BBAD
Complementary color
Monochromatic Colors of #28BBAD
Black with #28BBAD
Text Example
Text Example
White with #28BBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BBAD; }
p { color: rgb(40,187,173); }
H1.HeaderClassName
{
color: #28BBAD;
}
.AnyTagClassName
{
color: #28BBAD;
}
</style>
background-color css
<style>
a { background-color: #28BBAD; }
a { background-color: rgb(40,187,173); }
div.DivClassName
{
background-color: #28BBAD;
}
.BgClassName
{
background-color: #28BBAD;
}
</style>
border-color css
<style>
span { border-color: #28BBAD; }
span { border-color: rgb(40,187,173); }
td.TdClassName
{
border-color: #28BBAD;
}
.TagClassName
{
border-color: #28BBAD;
}
</style>