Shades of Sea Green #288253
Tints of Sea Green #288253
RGB
CMYK
RGB Variations
Color information
#288253 (or 0x288253) is known color: Sea Green. HEX triplet: 28, 82 and 53. RGB value is (40,130,83). Sum of RGB (Red+Green+Blue) = 40+130+83=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #288253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288253 is #D77DAC. Grayscale: #616161. Windows color (decimal): -14122413 or 5472808. OLE color: 5472808.
HSL color Cylindrical-coordinate representation of color #288253: hue angle of 148.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288253 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 83 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.49 |
| HSL | 148.67º | 0.53% | 0.33% | - |
| HSV(B) | 148.67º | 0.69% | 0.51% | - |
| XYZ | 10.42 | 17.04 | 10.92 | - |
| YUV | 97.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 83 | 0.69 | 0 | 0.36 | 0.49 | 148.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 53 | 45 | 0 | 24 | 31 | 95 | 35 | 21 |
| Octal | 50 | 202 | 123 | 105 | 0 | 44 | 61 | 225 | 65 | 41 |
| Binary | 101000 | 10000010 | 1010011 | 1000101 | 0 | 100100 | 110001 | 10010101 | 110101 | 100001 |
Color Harmonies of #288253
Complementary color
Monochromatic Colors of #288253
Black with #288253
Text Example
Text Example
White with #288253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288253; }
p { color: rgb(40,130,83); }
H1.HeaderClassName
{
color: #288253;
}
.AnyTagClassName
{
color: #288253;
}
</style>
background-color css
<style>
a { background-color: #288253; }
a { background-color: rgb(40,130,83); }
div.DivClassName
{
background-color: #288253;
}
.BgClassName
{
background-color: #288253;
}
</style>
border-color css
<style>
span { border-color: #288253; }
span { border-color: rgb(40,130,83); }
td.TdClassName
{
border-color: #288253;
}
.TagClassName
{
border-color: #288253;
}
</style>