Shades of Sea Green #288053
Tints of Sea Green #288053
RGB
CMYK
RGB Variations
Color information
#288053 (or 0x288053) is known color: Sea Green. HEX triplet: 28, 80 and 53. RGB value is (40,128,83). Sum of RGB (Red+Green+Blue) = 40+128+83=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #288053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288053 is #D77FAC. Grayscale: #606060. Windows color (decimal): -14122925 or 5472296. OLE color: 5472296.
HSL color Cylindrical-coordinate representation of color #288053: hue angle of 149.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288053 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 83 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.50 |
| HSL | 149.32º | 0.52% | 0.33% | - |
| HSV(B) | 149.32º | 0.69% | 0.5% | - |
| XYZ | 10.16 | 16.51 | 10.84 | - |
| YUV | 96.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 83 | 0.69 | 0 | 0.35 | 0.50 | 149.32 | 0.52 | 0.33 |
| Hex | 28 | 80 | 53 | 45 | 0 | 23 | 32 | 95 | 34 | 21 |
| Octal | 50 | 200 | 123 | 105 | 0 | 43 | 62 | 225 | 64 | 41 |
| Binary | 101000 | 10000000 | 1010011 | 1000101 | 0 | 100011 | 110010 | 10010101 | 110100 | 100001 |
Color Harmonies of #288053
Complementary color
Monochromatic Colors of #288053
Black with #288053
Text Example
Text Example
White with #288053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288053; }
p { color: rgb(40,128,83); }
H1.HeaderClassName
{
color: #288053;
}
.AnyTagClassName
{
color: #288053;
}
</style>
background-color css
<style>
a { background-color: #288053; }
a { background-color: rgb(40,128,83); }
div.DivClassName
{
background-color: #288053;
}
.BgClassName
{
background-color: #288053;
}
</style>
border-color css
<style>
span { border-color: #288053; }
span { border-color: rgb(40,128,83); }
td.TdClassName
{
border-color: #288053;
}
.TagClassName
{
border-color: #288053;
}
</style>