Shades of Sea Green #258B50
Tints of Sea Green #258B50
RGB
CMYK
RGB Variations
Color information
#258B50 (or 0x258B50) is known color: Sea Green. HEX triplet: 25, 8B and 50. RGB value is (37,139,80). Sum of RGB (Red+Green+Blue) = 37+139+80=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #258B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B50 is #DA74AF. Grayscale: #656565. Windows color (decimal): -14316720 or 5278501. OLE color: 5278501.
HSL color Cylindrical-coordinate representation of color #258B50: hue angle of 145.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258B50 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 139 | 80 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.45 |
| HSL | 145.29º | 0.58% | 0.35% | - |
| HSV(B) | 145.29º | 0.73% | 0.55% | - |
| XYZ | 11.44 | 19.44 | 10.74 | - |
| YUV | 101.78 | 115.71 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 80 | 0.73 | 0 | 0.42 | 0.45 | 145.29 | 0.58 | 0.35 |
| Hex | 25 | 8B | 50 | 49 | 0 | 2A | 2D | 91 | 3A | 23 |
| Octal | 45 | 213 | 120 | 111 | 0 | 52 | 55 | 221 | 72 | 43 |
| Binary | 100101 | 10001011 | 1010000 | 1001001 | 0 | 101010 | 101101 | 10010001 | 111010 | 100011 |
Color Harmonies of #258B50
Complementary color
Monochromatic Colors of #258B50
Black with #258B50
Text Example
Text Example
White with #258B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258B50; }
p { color: rgb(37,139,80); }
H1.HeaderClassName
{
color: #258B50;
}
.AnyTagClassName
{
color: #258B50;
}
</style>
background-color css
<style>
a { background-color: #258B50; }
a { background-color: rgb(37,139,80); }
div.DivClassName
{
background-color: #258B50;
}
.BgClassName
{
background-color: #258B50;
}
</style>
border-color css
<style>
span { border-color: #258B50; }
span { border-color: rgb(37,139,80); }
td.TdClassName
{
border-color: #258B50;
}
.TagClassName
{
border-color: #258B50;
}
</style>