Shades of Light Sea Green #28B5BA
Tints of Light Sea Green #28B5BA
RGB
CMYK
RGB Variations
Color information
#28B5BA (or 0x28B5BA) is known color: Light Sea Green. HEX triplet: 28, B5 and BA. RGB value is (40,181,186). Sum of RGB (Red+Green+Blue) = 40+181+186=407 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.83% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #28B5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28B5BA is #D74A45. Grayscale: #8B8B8B. Windows color (decimal): -14109254 or 12236072. OLE color: 12236072.
HSL color Cylindrical-coordinate representation of color #28B5BA: hue angle of 182.05º 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 #28B5BA is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 181 | 186 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.27 |
| HSL | 182.05º | 0.65% | 0.44% | - |
| HSV(B) | 182.05º | 0.78% | 0.73% | - |
| XYZ | 26.26 | 37.04 | 52.22 | - |
| YUV | 139.41 | 154.29 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 186 | 0.78 | 0.03 | 0 | 0.27 | 182.05 | 0.65 | 0.44 |
| Hex | 28 | B5 | BA | 4E | 3 | 0 | 1B | B6 | 41 | 2C |
| Octal | 50 | 265 | 272 | 116 | 3 | 0 | 33 | 266 | 101 | 54 |
| Binary | 101000 | 10110101 | 10111010 | 1001110 | 11 | 0 | 11011 | 10110110 | 1000001 | 101100 |
Color Harmonies of #28B5BA
Complementary color
Monochromatic Colors of #28B5BA
Black with #28B5BA
Text Example
Text Example
White with #28B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B5BA; }
p { color: rgb(40,181,186); }
H1.HeaderClassName
{
color: #28B5BA;
}
.AnyTagClassName
{
color: #28B5BA;
}
</style>
background-color css
<style>
a { background-color: #28B5BA; }
a { background-color: rgb(40,181,186); }
div.DivClassName
{
background-color: #28B5BA;
}
.BgClassName
{
background-color: #28B5BA;
}
</style>
border-color css
<style>
span { border-color: #28B5BA; }
span { border-color: rgb(40,181,186); }
td.TdClassName
{
border-color: #28B5BA;
}
.TagClassName
{
border-color: #28B5BA;
}
</style>