Shades of Sea Green #259352
Tints of Sea Green #259352
RGB
CMYK
RGB Variations
Color information
#259352 (or 0x259352) is known color: Sea Green. HEX triplet: 25, 93 and 52. RGB value is (37,147,82). Sum of RGB (Red+Green+Blue) = 37+147+82=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #259352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259352 is #DA6CAD. Grayscale: #6A6A6A. Windows color (decimal): -14314670 or 5411621. OLE color: 5411621.
HSL color Cylindrical-coordinate representation of color #259352: hue angle of 144.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259352 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 147 | 82 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.42 |
| HSL | 144.55º | 0.6% | 0.36% | - |
| HSV(B) | 144.55º | 0.75% | 0.58% | - |
| XYZ | 12.72 | 21.87 | 11.53 | - |
| YUV | 106.7 | 114.06 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 82 | 0.75 | 0 | 0.44 | 0.42 | 144.55 | 0.6 | 0.36 |
| Hex | 25 | 93 | 52 | 4B | 0 | 2C | 2A | 91 | 3C | 24 |
| Octal | 45 | 223 | 122 | 113 | 0 | 54 | 52 | 221 | 74 | 44 |
| Binary | 100101 | 10010011 | 1010010 | 1001011 | 0 | 101100 | 101010 | 10010001 | 111100 | 100100 |
Color Harmonies of #259352
Complementary color
Monochromatic Colors of #259352
Black with #259352
Text Example
Text Example
White with #259352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259352; }
p { color: rgb(37,147,82); }
H1.HeaderClassName
{
color: #259352;
}
.AnyTagClassName
{
color: #259352;
}
</style>
background-color css
<style>
a { background-color: #259352; }
a { background-color: rgb(37,147,82); }
div.DivClassName
{
background-color: #259352;
}
.BgClassName
{
background-color: #259352;
}
</style>
border-color css
<style>
span { border-color: #259352; }
span { border-color: rgb(37,147,82); }
td.TdClassName
{
border-color: #259352;
}
.TagClassName
{
border-color: #259352;
}
</style>