Shades of Light Sea Green #28BAB2
Tints of Light Sea Green #28BAB2
RGB
CMYK
RGB Variations
Color information
#28BAB2 (or 0x28BAB2) is known color: Light Sea Green. HEX triplet: 28, BA and B2. RGB value is (40,186,178). Sum of RGB (Red+Green+Blue) = 40+186+178=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 178 (69.92% from 255 or 44.06% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #28BAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BAB2 is #D7454D. Grayscale: #8D8D8D. Windows color (decimal): -14107982 or 11713064. OLE color: 11713064.
HSL color Cylindrical-coordinate representation of color #28BAB2: hue angle of 176.71º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BAB2 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 178 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.27 |
| HSL | 176.71º | 0.65% | 0.44% | - |
| HSV(B) | 176.71º | 0.78% | 0.73% | - |
| XYZ | 26.47 | 38.78 | 48.21 | - |
| YUV | 141.43 | 148.63 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 178 | 0.78 | 0 | 0.04 | 0.27 | 176.71 | 0.65 | 0.44 |
| Hex | 28 | BA | B2 | 4E | 0 | 4 | 1B | B1 | 41 | 2C |
| Octal | 50 | 272 | 262 | 116 | 0 | 4 | 33 | 261 | 101 | 54 |
| Binary | 101000 | 10111010 | 10110010 | 1001110 | 0 | 100 | 11011 | 10110001 | 1000001 | 101100 |
Color Harmonies of #28BAB2
Complementary color
Monochromatic Colors of #28BAB2
Black with #28BAB2
Text Example
Text Example
White with #28BAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BAB2; }
p { color: rgb(40,186,178); }
H1.HeaderClassName
{
color: #28BAB2;
}
.AnyTagClassName
{
color: #28BAB2;
}
</style>
background-color css
<style>
a { background-color: #28BAB2; }
a { background-color: rgb(40,186,178); }
div.DivClassName
{
background-color: #28BAB2;
}
.BgClassName
{
background-color: #28BAB2;
}
</style>
border-color css
<style>
span { border-color: #28BAB2; }
span { border-color: rgb(40,186,178); }
td.TdClassName
{
border-color: #28BAB2;
}
.TagClassName
{
border-color: #28BAB2;
}
</style>