Shades of Light Sea Green #28BABB
Tints of Light Sea Green #28BABB
RGB
CMYK
RGB Variations
Color information
#28BABB (or 0x28BABB) is known color: Light Sea Green. HEX triplet: 28, BA and BB. RGB value is (40,186,187). Sum of RGB (Red+Green+Blue) = 40+186+187=413 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.69% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #28BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28BABB is #D74544. Grayscale: #8E8E8E. Windows color (decimal): -14107973 or 12302888. OLE color: 12302888.
HSL color Cylindrical-coordinate representation of color #28BABB: hue angle of 180.41º 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 #28BABB is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 187 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.27 |
| HSL | 180.41º | 0.65% | 0.45% | - |
| HSV(B) | 180.41º | 0.79% | 0.73% | - |
| XYZ | 27.4 | 39.16 | 53.13 | - |
| YUV | 142.46 | 153.13 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 187 | 0.79 | 0.01 | 0 | 0.27 | 180.41 | 0.65 | 0.45 |
| Hex | 28 | BA | BB | 4F | 1 | 0 | 1B | B4 | 41 | 2D |
| Octal | 50 | 272 | 273 | 117 | 1 | 0 | 33 | 264 | 101 | 55 |
| Binary | 101000 | 10111010 | 10111011 | 1001111 | 1 | 0 | 11011 | 10110100 | 1000001 | 101101 |
Color Harmonies of #28BABB
Complementary color
Monochromatic Colors of #28BABB
Black with #28BABB
Text Example
Text Example
White with #28BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BABB; }
p { color: rgb(40,186,187); }
H1.HeaderClassName
{
color: #28BABB;
}
.AnyTagClassName
{
color: #28BABB;
}
</style>
background-color css
<style>
a { background-color: #28BABB; }
a { background-color: rgb(40,186,187); }
div.DivClassName
{
background-color: #28BABB;
}
.BgClassName
{
background-color: #28BABB;
}
</style>
border-color css
<style>
span { border-color: #28BABB; }
span { border-color: rgb(40,186,187); }
td.TdClassName
{
border-color: #28BABB;
}
.TagClassName
{
border-color: #28BABB;
}
</style>