Shades of Sea Green #258D5A
Tints of Sea Green #258D5A
RGB
CMYK
RGB Variations
Color information
#258D5A (or 0x258D5A) is known color: Sea Green. HEX triplet: 25, 8D and 5A. RGB value is (37,141,90). Sum of RGB (Red+Green+Blue) = 37+141+90=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #258D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258D5A is #DA72A5. Grayscale: #686868. Windows color (decimal): -14316198 or 5934373. OLE color: 5934373.
HSL color Cylindrical-coordinate representation of color #258D5A: hue angle of 150.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258D5A is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 141 | 90 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.45 |
| HSL | 150.58º | 0.58% | 0.35% | - |
| HSV(B) | 150.58º | 0.74% | 0.55% | - |
| XYZ | 12.13 | 20.18 | 12.93 | - |
| YUV | 104.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 90 | 0.74 | 0 | 0.36 | 0.45 | 150.58 | 0.58 | 0.35 |
| Hex | 25 | 8D | 5A | 4A | 0 | 24 | 2D | 97 | 3A | 23 |
| Octal | 45 | 215 | 132 | 112 | 0 | 44 | 55 | 227 | 72 | 43 |
| Binary | 100101 | 10001101 | 1011010 | 1001010 | 0 | 100100 | 101101 | 10010111 | 111010 | 100011 |
Color Harmonies of #258D5A
Complementary color
Monochromatic Colors of #258D5A
Black with #258D5A
Text Example
Text Example
White with #258D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258D5A; }
p { color: rgb(37,141,90); }
H1.HeaderClassName
{
color: #258D5A;
}
.AnyTagClassName
{
color: #258D5A;
}
</style>
background-color css
<style>
a { background-color: #258D5A; }
a { background-color: rgb(37,141,90); }
div.DivClassName
{
background-color: #258D5A;
}
.BgClassName
{
background-color: #258D5A;
}
</style>
border-color css
<style>
span { border-color: #258D5A; }
span { border-color: rgb(37,141,90); }
td.TdClassName
{
border-color: #258D5A;
}
.TagClassName
{
border-color: #258D5A;
}
</style>