Shades of Light Sea Green #28B49C
Tints of Light Sea Green #28B49C
RGB
CMYK
RGB Variations
Color information
#28B49C (or 0x28B49C) is known color: Light Sea Green. HEX triplet: 28, B4 and 9C. RGB value is (40,180,156). Sum of RGB (Red+Green+Blue) = 40+180+156=376 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.64% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #28B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B49C is #D74B63. Grayscale: #878787. Windows color (decimal): -14109540 or 10269736. OLE color: 10269736.
HSL color Cylindrical-coordinate representation of color #28B49C: hue angle of 169.71º 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 #28B49C is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 180 | 156 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.29 |
| HSL | 169.71º | 0.64% | 0.43% | - |
| HSV(B) | 169.71º | 0.78% | 0.71% | - |
| XYZ | 23.2 | 35.49 | 37.08 | - |
| YUV | 135.4 | 139.62 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 180 | 156 | 0.78 | 0 | 0.13 | 0.29 | 169.71 | 0.64 | 0.43 |
| Hex | 28 | B4 | 9C | 4E | 0 | D | 1D | AA | 40 | 2B |
| Octal | 50 | 264 | 234 | 116 | 0 | 15 | 35 | 252 | 100 | 53 |
| Binary | 101000 | 10110100 | 10011100 | 1001110 | 0 | 1101 | 11101 | 10101010 | 1000000 | 101011 |
Color Harmonies of #28B49C
Complementary color
Monochromatic Colors of #28B49C
Black with #28B49C
Text Example
Text Example
White with #28B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B49C; }
p { color: rgb(40,180,156); }
H1.HeaderClassName
{
color: #28B49C;
}
.AnyTagClassName
{
color: #28B49C;
}
</style>
background-color css
<style>
a { background-color: #28B49C; }
a { background-color: rgb(40,180,156); }
div.DivClassName
{
background-color: #28B49C;
}
.BgClassName
{
background-color: #28B49C;
}
</style>
border-color css
<style>
span { border-color: #28B49C; }
span { border-color: rgb(40,180,156); }
td.TdClassName
{
border-color: #28B49C;
}
.TagClassName
{
border-color: #28B49C;
}
</style>