Shades of Sea Green #288C5E
Tints of Sea Green #288C5E
RGB
CMYK
RGB Variations
Color information
#288C5E (or 0x288C5E) is known color: Sea Green. HEX triplet: 28, 8C and 5E. RGB value is (40,140,94). Sum of RGB (Red+Green+Blue) = 40+140+94=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #288C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C5E is #D773A1. Grayscale: #686868. Windows color (decimal): -14119842 or 6196264. OLE color: 6196264.
HSL color Cylindrical-coordinate representation of color #288C5E: hue angle of 152.4º degrees, saturation: 0.56, 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 #288C5E is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 94 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.45 |
| HSL | 152.4º | 0.56% | 0.35% | - |
| HSV(B) | 152.4º | 0.71% | 0.55% | - |
| XYZ | 12.27 | 20.02 | 13.81 | - |
| YUV | 104.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 94 | 0.71 | 0 | 0.33 | 0.45 | 152.4 | 0.56 | 0.35 |
| Hex | 28 | 8C | 5E | 47 | 0 | 21 | 2D | 98 | 38 | 23 |
| Octal | 50 | 214 | 136 | 107 | 0 | 41 | 55 | 230 | 70 | 43 |
| Binary | 101000 | 10001100 | 1011110 | 1000111 | 0 | 100001 | 101101 | 10011000 | 111000 | 100011 |
Color Harmonies of #288C5E
Complementary color
Monochromatic Colors of #288C5E
Black with #288C5E
Text Example
Text Example
White with #288C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C5E; }
p { color: rgb(40,140,94); }
H1.HeaderClassName
{
color: #288C5E;
}
.AnyTagClassName
{
color: #288C5E;
}
</style>
background-color css
<style>
a { background-color: #288C5E; }
a { background-color: rgb(40,140,94); }
div.DivClassName
{
background-color: #288C5E;
}
.BgClassName
{
background-color: #288C5E;
}
</style>
border-color css
<style>
span { border-color: #288C5E; }
span { border-color: rgb(40,140,94); }
td.TdClassName
{
border-color: #288C5E;
}
.TagClassName
{
border-color: #288C5E;
}
</style>