Shades of Sea Green #288F60
Tints of Sea Green #288F60
RGB
CMYK
RGB Variations
Color information
#288F60 (or 0x288F60) is known color: Sea Green. HEX triplet: 28, 8F and 60. RGB value is (40,143,96). Sum of RGB (Red+Green+Blue) = 40+143+96=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #288F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F60 is #D7709F. Grayscale: #6A6A6A. Windows color (decimal): -14119072 or 6328104. OLE color: 6328104.
HSL color Cylindrical-coordinate representation of color #288F60: hue angle of 152.62º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F60 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 96 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.44 |
| HSL | 152.62º | 0.56% | 0.36% | - |
| HSV(B) | 152.62º | 0.72% | 0.56% | - |
| XYZ | 12.81 | 20.94 | 14.43 | - |
| YUV | 106.85 | 121.88 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 96 | 0.72 | 0 | 0.33 | 0.44 | 152.62 | 0.56 | 0.36 |
| Hex | 28 | 8F | 60 | 48 | 0 | 21 | 2C | 99 | 38 | 24 |
| Octal | 50 | 217 | 140 | 110 | 0 | 41 | 54 | 231 | 70 | 44 |
| Binary | 101000 | 10001111 | 1100000 | 1001000 | 0 | 100001 | 101100 | 10011001 | 111000 | 100100 |
Color Harmonies of #288F60
Complementary color
Monochromatic Colors of #288F60
Black with #288F60
Text Example
Text Example
White with #288F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F60; }
p { color: rgb(40,143,96); }
H1.HeaderClassName
{
color: #288F60;
}
.AnyTagClassName
{
color: #288F60;
}
</style>
background-color css
<style>
a { background-color: #288F60; }
a { background-color: rgb(40,143,96); }
div.DivClassName
{
background-color: #288F60;
}
.BgClassName
{
background-color: #288F60;
}
</style>
border-color css
<style>
span { border-color: #288F60; }
span { border-color: rgb(40,143,96); }
td.TdClassName
{
border-color: #288F60;
}
.TagClassName
{
border-color: #288F60;
}
</style>