Shades of Light Sea Green #28B3BA
Tints of Light Sea Green #28B3BA
RGB
CMYK
RGB Variations
Color information
#28B3BA (or 0x28B3BA) is known color: Light Sea Green. HEX triplet: 28, B3 and BA. RGB value is (40,179,186). Sum of RGB (Red+Green+Blue) = 40+179+186=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #28B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B3BA is #D74C45. Grayscale: #8A8A8A. Windows color (decimal): -14109766 or 12235560. OLE color: 12235560.
HSL color Cylindrical-coordinate representation of color #28B3BA: hue angle of 182.88º 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 #28B3BA is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 179 | 186 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.27 |
| HSL | 182.88º | 0.65% | 0.44% | - |
| HSV(B) | 182.88º | 0.78% | 0.73% | - |
| XYZ | 25.86 | 36.24 | 52.09 | - |
| YUV | 138.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 179 | 186 | 0.78 | 0.04 | 0 | 0.27 | 182.88 | 0.65 | 0.44 |
| Hex | 28 | B3 | BA | 4E | 4 | 0 | 1B | B7 | 41 | 2C |
| Octal | 50 | 263 | 272 | 116 | 4 | 0 | 33 | 267 | 101 | 54 |
| Binary | 101000 | 10110011 | 10111010 | 1001110 | 100 | 0 | 11011 | 10110111 | 1000001 | 101100 |
Color Harmonies of #28B3BA
Complementary color
Monochromatic Colors of #28B3BA
Black with #28B3BA
Text Example
Text Example
White with #28B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B3BA; }
p { color: rgb(40,179,186); }
H1.HeaderClassName
{
color: #28B3BA;
}
.AnyTagClassName
{
color: #28B3BA;
}
</style>
background-color css
<style>
a { background-color: #28B3BA; }
a { background-color: rgb(40,179,186); }
div.DivClassName
{
background-color: #28B3BA;
}
.BgClassName
{
background-color: #28B3BA;
}
</style>
border-color css
<style>
span { border-color: #28B3BA; }
span { border-color: rgb(40,179,186); }
td.TdClassName
{
border-color: #28B3BA;
}
.TagClassName
{
border-color: #28B3BA;
}
</style>