Shades of Light Sea Green #28B5A4
Tints of Light Sea Green #28B5A4
RGB
CMYK
RGB Variations
Color information
#28B5A4 (or 0x28B5A4) is known color: Light Sea Green. HEX triplet: 28, B5 and A4. RGB value is (40,181,164). Sum of RGB (Red+Green+Blue) = 40+181+164=385 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.39% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #28B5A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B5A4 is #D74A5B. Grayscale: #888888. Windows color (decimal): -14109276 or 10794280. OLE color: 10794280.
HSL color Cylindrical-coordinate representation of color #28B5A4: hue angle of 172.77º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B5A4 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 164 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.29 |
| HSL | 172.77º | 0.64% | 0.43% | - |
| HSV(B) | 172.77º | 0.78% | 0.71% | - |
| XYZ | 24.1 | 36.18 | 40.84 | - |
| YUV | 136.9 | 143.29 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 164 | 0.78 | 0 | 0.09 | 0.29 | 172.77 | 0.64 | 0.43 |
| Hex | 28 | B5 | A4 | 4E | 0 | 9 | 1D | AD | 40 | 2B |
| Octal | 50 | 265 | 244 | 116 | 0 | 11 | 35 | 255 | 100 | 53 |
| Binary | 101000 | 10110101 | 10100100 | 1001110 | 0 | 1001 | 11101 | 10101101 | 1000000 | 101011 |
Color Harmonies of #28B5A4
Complementary color
Monochromatic Colors of #28B5A4
Black with #28B5A4
Text Example
Text Example
White with #28B5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B5A4; }
p { color: rgb(40,181,164); }
H1.HeaderClassName
{
color: #28B5A4;
}
.AnyTagClassName
{
color: #28B5A4;
}
</style>
background-color css
<style>
a { background-color: #28B5A4; }
a { background-color: rgb(40,181,164); }
div.DivClassName
{
background-color: #28B5A4;
}
.BgClassName
{
background-color: #28B5A4;
}
</style>
border-color css
<style>
span { border-color: #28B5A4; }
span { border-color: rgb(40,181,164); }
td.TdClassName
{
border-color: #28B5A4;
}
.TagClassName
{
border-color: #28B5A4;
}
</style>