Shades of Sea Green #288B5E
Tints of Sea Green #288B5E
RGB
CMYK
RGB Variations
Color information
#288B5E (or 0x288B5E) is known color: Sea Green. HEX triplet: 28, 8B and 5E. RGB value is (40,139,94). Sum of RGB (Red+Green+Blue) = 40+139+94=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #288B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288B5E is #D774A1. Grayscale: #686868. Windows color (decimal): -14120098 or 6196008. OLE color: 6196008.
HSL color Cylindrical-coordinate representation of color #288B5E: hue angle of 152.73º 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 #288B5E is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 139 | 94 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.45 |
| HSL | 152.73º | 0.55% | 0.35% | - |
| HSV(B) | 152.73º | 0.71% | 0.55% | - |
| XYZ | 12.13 | 19.72 | 13.76 | - |
| YUV | 104.27 | 122.2 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 94 | 0.71 | 0 | 0.32 | 0.45 | 152.73 | 0.55 | 0.35 |
| Hex | 28 | 8B | 5E | 47 | 0 | 20 | 2D | 99 | 37 | 23 |
| Octal | 50 | 213 | 136 | 107 | 0 | 40 | 55 | 231 | 67 | 43 |
| Binary | 101000 | 10001011 | 1011110 | 1000111 | 0 | 100000 | 101101 | 10011001 | 110111 | 100011 |
Color Harmonies of #288B5E
Complementary color
Monochromatic Colors of #288B5E
Black with #288B5E
Text Example
Text Example
White with #288B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288B5E; }
p { color: rgb(40,139,94); }
H1.HeaderClassName
{
color: #288B5E;
}
.AnyTagClassName
{
color: #288B5E;
}
</style>
background-color css
<style>
a { background-color: #288B5E; }
a { background-color: rgb(40,139,94); }
div.DivClassName
{
background-color: #288B5E;
}
.BgClassName
{
background-color: #288B5E;
}
</style>
border-color css
<style>
span { border-color: #288B5E; }
span { border-color: rgb(40,139,94); }
td.TdClassName
{
border-color: #288B5E;
}
.TagClassName
{
border-color: #288B5E;
}
</style>