Shades of Sea Green #258A58
Tints of Sea Green #258A58
RGB
CMYK
RGB Variations
Color information
#258A58 (or 0x258A58) is known color: Sea Green. HEX triplet: 25, 8A and 58. RGB value is (37,138,88). Sum of RGB (Red+Green+Blue) = 37+138+88=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #258A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258A58 is #DA75A7. Grayscale: #666666. Windows color (decimal): -14316968 or 5802533. OLE color: 5802533.
HSL color Cylindrical-coordinate representation of color #258A58: hue angle of 150.3º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A58 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 138 | 88 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.46 |
| HSL | 150.3º | 0.58% | 0.34% | - |
| HSV(B) | 150.3º | 0.73% | 0.54% | - |
| XYZ | 11.61 | 19.27 | 12.34 | - |
| YUV | 102.1 | 120.04 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 88 | 0.73 | 0 | 0.36 | 0.46 | 150.3 | 0.58 | 0.34 |
| Hex | 25 | 8A | 58 | 49 | 0 | 24 | 2E | 96 | 3A | 22 |
| Octal | 45 | 212 | 130 | 111 | 0 | 44 | 56 | 226 | 72 | 42 |
| Binary | 100101 | 10001010 | 1011000 | 1001001 | 0 | 100100 | 101110 | 10010110 | 111010 | 100010 |
Color Harmonies of #258A58
Complementary color
Monochromatic Colors of #258A58
Black with #258A58
Text Example
Text Example
White with #258A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258A58; }
p { color: rgb(37,138,88); }
H1.HeaderClassName
{
color: #258A58;
}
.AnyTagClassName
{
color: #258A58;
}
</style>
background-color css
<style>
a { background-color: #258A58; }
a { background-color: rgb(37,138,88); }
div.DivClassName
{
background-color: #258A58;
}
.BgClassName
{
background-color: #258A58;
}
</style>
border-color css
<style>
span { border-color: #258A58; }
span { border-color: rgb(37,138,88); }
td.TdClassName
{
border-color: #258A58;
}
.TagClassName
{
border-color: #258A58;
}
</style>