Shades of Sea Green #258B5C
Tints of Sea Green #258B5C
RGB
CMYK
RGB Variations
Color information
#258B5C (or 0x258B5C) is known color: Sea Green. HEX triplet: 25, 8B and 5C. RGB value is (37,139,92). Sum of RGB (Red+Green+Blue) = 37+139+92=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #258B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258B5C is #DA74A3. Grayscale: #676767. Windows color (decimal): -14316708 or 6064933. OLE color: 6064933.
HSL color Cylindrical-coordinate representation of color #258B5C: hue angle of 152.35º 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 #258B5C is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 139 | 92 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.45 |
| HSL | 152.35º | 0.58% | 0.35% | - |
| HSV(B) | 152.35º | 0.73% | 0.55% | - |
| XYZ | 11.93 | 19.63 | 13.29 | - |
| YUV | 103.14 | 121.71 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 92 | 0.73 | 0 | 0.34 | 0.45 | 152.35 | 0.58 | 0.35 |
| Hex | 25 | 8B | 5C | 49 | 0 | 22 | 2D | 98 | 3A | 23 |
| Octal | 45 | 213 | 134 | 111 | 0 | 42 | 55 | 230 | 72 | 43 |
| Binary | 100101 | 10001011 | 1011100 | 1001001 | 0 | 100010 | 101101 | 10011000 | 111010 | 100011 |
Color Harmonies of #258B5C
Complementary color
Monochromatic Colors of #258B5C
Black with #258B5C
Text Example
Text Example
White with #258B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258B5C; }
p { color: rgb(37,139,92); }
H1.HeaderClassName
{
color: #258B5C;
}
.AnyTagClassName
{
color: #258B5C;
}
</style>
background-color css
<style>
a { background-color: #258B5C; }
a { background-color: rgb(37,139,92); }
div.DivClassName
{
background-color: #258B5C;
}
.BgClassName
{
background-color: #258B5C;
}
</style>
border-color css
<style>
span { border-color: #258B5C; }
span { border-color: rgb(37,139,92); }
td.TdClassName
{
border-color: #258B5C;
}
.TagClassName
{
border-color: #258B5C;
}
</style>