Shades of Sea Green #288B50
Tints of Sea Green #288B50
RGB
CMYK
RGB Variations
Color information
#288B50 (or 0x288B50) is known color: Sea Green. HEX triplet: 28, 8B and 50. RGB value is (40,139,80). Sum of RGB (Red+Green+Blue) = 40+139+80=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #288B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B50 is #D774AF. Grayscale: #666666. Windows color (decimal): -14120112 or 5278504. OLE color: 5278504.
HSL color Cylindrical-coordinate representation of color #288B50: hue angle of 144.24º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288B50 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 80 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.45 |
| HSL | 144.24º | 0.55% | 0.35% | - |
| HSV(B) | 144.24º | 0.71% | 0.55% | - |
| XYZ | 11.56 | 19.5 | 10.74 | - |
| YUV | 102.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 80 | 0.71 | 0 | 0.42 | 0.45 | 144.24 | 0.55 | 0.35 |
| Hex | 28 | 8B | 50 | 47 | 0 | 2A | 2D | 90 | 37 | 23 |
| Octal | 50 | 213 | 120 | 107 | 0 | 52 | 55 | 220 | 67 | 43 |
| Binary | 101000 | 10001011 | 1010000 | 1000111 | 0 | 101010 | 101101 | 10010000 | 110111 | 100011 |
Color Harmonies of #288B50
Complementary color
Monochromatic Colors of #288B50
Black with #288B50
Text Example
Text Example
White with #288B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B50; }
p { color: rgb(40,139,80); }
H1.HeaderClassName
{
color: #288B50;
}
.AnyTagClassName
{
color: #288B50;
}
</style>
background-color css
<style>
a { background-color: #288B50; }
a { background-color: rgb(40,139,80); }
div.DivClassName
{
background-color: #288B50;
}
.BgClassName
{
background-color: #288B50;
}
</style>
border-color css
<style>
span { border-color: #288B50; }
span { border-color: rgb(40,139,80); }
td.TdClassName
{
border-color: #288B50;
}
.TagClassName
{
border-color: #288B50;
}
</style>