Shades of Sea Green #288C60
Tints of Sea Green #288C60
RGB
CMYK
RGB Variations
Color information
#288C60 (or 0x288C60) is known color: Sea Green. HEX triplet: 28, 8C and 60. RGB value is (40,140,96). Sum of RGB (Red+Green+Blue) = 40+140+96=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #288C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C60 is #D7739F. Grayscale: #696969. Windows color (decimal): -14119840 or 6327336. OLE color: 6327336.
HSL color Cylindrical-coordinate representation of color #288C60: hue angle of 153.6º 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 #288C60 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 96 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.45 |
| HSL | 153.6º | 0.56% | 0.35% | - |
| HSV(B) | 153.6º | 0.71% | 0.55% | - |
| XYZ | 12.36 | 20.05 | 14.29 | - |
| YUV | 105.08 | 122.87 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 96 | 0.71 | 0 | 0.31 | 0.45 | 153.6 | 0.56 | 0.35 |
| Hex | 28 | 8C | 60 | 47 | 0 | 1F | 2D | 9A | 38 | 23 |
| Octal | 50 | 214 | 140 | 107 | 0 | 37 | 55 | 232 | 70 | 43 |
| Binary | 101000 | 10001100 | 1100000 | 1000111 | 0 | 11111 | 101101 | 10011010 | 111000 | 100011 |
Color Harmonies of #288C60
Complementary color
Monochromatic Colors of #288C60
Black with #288C60
Text Example
Text Example
White with #288C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C60; }
p { color: rgb(40,140,96); }
H1.HeaderClassName
{
color: #288C60;
}
.AnyTagClassName
{
color: #288C60;
}
</style>
background-color css
<style>
a { background-color: #288C60; }
a { background-color: rgb(40,140,96); }
div.DivClassName
{
background-color: #288C60;
}
.BgClassName
{
background-color: #288C60;
}
</style>
border-color css
<style>
span { border-color: #288C60; }
span { border-color: rgb(40,140,96); }
td.TdClassName
{
border-color: #288C60;
}
.TagClassName
{
border-color: #288C60;
}
</style>