Shades of Sea Green #259250
Tints of Sea Green #259250
RGB
CMYK
RGB Variations
Color information
#259250 (or 0x259250) is known color: Sea Green. HEX triplet: 25, 92 and 50. RGB value is (37,146,80). Sum of RGB (Red+Green+Blue) = 37+146+80=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #259250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #259250 is #DA6DAF. Grayscale: #6A6A6A. Windows color (decimal): -14314928 or 5280293. OLE color: 5280293.
HSL color Cylindrical-coordinate representation of color #259250: hue angle of 143.67º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259250 is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 146 | 80 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.43 |
| HSL | 143.67º | 0.6% | 0.36% | - |
| HSV(B) | 143.67º | 0.75% | 0.57% | - |
| XYZ | 12.49 | 21.53 | 11.09 | - |
| YUV | 105.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 146 | 80 | 0.75 | 0 | 0.45 | 0.43 | 143.67 | 0.6 | 0.36 |
| Hex | 25 | 92 | 50 | 4B | 0 | 2D | 2B | 90 | 3C | 24 |
| Octal | 45 | 222 | 120 | 113 | 0 | 55 | 53 | 220 | 74 | 44 |
| Binary | 100101 | 10010010 | 1010000 | 1001011 | 0 | 101101 | 101011 | 10010000 | 111100 | 100100 |
Color Harmonies of #259250
Complementary color
Monochromatic Colors of #259250
Black with #259250
Text Example
Text Example
White with #259250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259250; }
p { color: rgb(37,146,80); }
H1.HeaderClassName
{
color: #259250;
}
.AnyTagClassName
{
color: #259250;
}
</style>
background-color css
<style>
a { background-color: #259250; }
a { background-color: rgb(37,146,80); }
div.DivClassName
{
background-color: #259250;
}
.BgClassName
{
background-color: #259250;
}
</style>
border-color css
<style>
span { border-color: #259250; }
span { border-color: rgb(37,146,80); }
td.TdClassName
{
border-color: #259250;
}
.TagClassName
{
border-color: #259250;
}
</style>