Shades of Sea Green #288E5E
Tints of Sea Green #288E5E
RGB
CMYK
RGB Variations
Color information
#288E5E (or 0x288E5E) is known color: Sea Green. HEX triplet: 28, 8E and 5E. RGB value is (40,142,94). Sum of RGB (Red+Green+Blue) = 40+142+94=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #288E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288E5E is #D771A1. Grayscale: #6A6A6A. Windows color (decimal): -14119330 or 6196776. OLE color: 6196776.
HSL color Cylindrical-coordinate representation of color #288E5E: hue angle of 151.76º 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 #288E5E is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
RGB | 40 | 142 | 94 | - |
CMYK | 0.72 | 0 | 0.34 | 0.44 |
HSL | 151.76º | 0.56% | 0.36% | - |
HSV(B) | 151.76º | 0.72% | 0.56% | - |
XYZ | 12.57 | 20.61 | 13.9 | - |
YUV | 106.03 | 121.21 | 80.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 142 | 94 | 0.72 | 0 | 0.34 | 0.44 | 151.76 | 0.56 | 0.36 |
Hex | 28 | 8E | 5E | 48 | 0 | 22 | 2C | 98 | 38 | 24 |
Octal | 50 | 216 | 136 | 110 | 0 | 42 | 54 | 230 | 70 | 44 |
Binary | 101000 | 10001110 | 1011110 | 1001000 | 0 | 100010 | 101100 | 10011000 | 111000 | 100100 |
Color Harmonies of #288E5E
Complementary color
Monochromatic Colors of #288E5E
Black with #288E5E
Text Example
Text Example
White with #288E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288E5E; }
p { color: rgb(40,142,94); }
H1.HeaderClassName
{
color: #288E5E;
}
.AnyTagClassName
{
color: #288E5E;
}
</style>
background-color css
<style>
a { background-color: #288E5E; }
a { background-color: rgb(40,142,94); }
div.DivClassName
{
background-color: #288E5E;
}
.BgClassName
{
background-color: #288E5E;
}
</style>
border-color css
<style>
span { border-color: #288E5E; }
span { border-color: rgb(40,142,94); }
td.TdClassName
{
border-color: #288E5E;
}
.TagClassName
{
border-color: #288E5E;
}
</style>