Shades of Sea Green #258055
Tints of Sea Green #258055
RGB
CMYK
RGB Variations
Color information
#258055 (or 0x258055) is known color: Sea Green. HEX triplet: 25, 80 and 55. RGB value is (37,128,85). Sum of RGB (Red+Green+Blue) = 37+128+85=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #258055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258055 is #DA7FAA. Grayscale: #5F5F5F. Windows color (decimal): -14319531 or 5603365. OLE color: 5603365.
HSL color Cylindrical-coordinate representation of color #258055: hue angle of 151.65º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258055 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 128 | 85 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.50 |
| HSL | 151.65º | 0.55% | 0.32% | - |
| HSV(B) | 151.65º | 0.71% | 0.5% | - |
| XYZ | 10.12 | 16.49 | 11.24 | - |
| YUV | 95.89 | 121.85 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 85 | 0.71 | 0 | 0.34 | 0.50 | 151.65 | 0.55 | 0.32 |
| Hex | 25 | 80 | 55 | 47 | 0 | 22 | 32 | 98 | 37 | 20 |
| Octal | 45 | 200 | 125 | 107 | 0 | 42 | 62 | 230 | 67 | 40 |
| Binary | 100101 | 10000000 | 1010101 | 1000111 | 0 | 100010 | 110010 | 10011000 | 110111 | 100000 |
Color Harmonies of #258055
Complementary color
Monochromatic Colors of #258055
Black with #258055
Text Example
Text Example
White with #258055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258055; }
p { color: rgb(37,128,85); }
H1.HeaderClassName
{
color: #258055;
}
.AnyTagClassName
{
color: #258055;
}
</style>
background-color css
<style>
a { background-color: #258055; }
a { background-color: rgb(37,128,85); }
div.DivClassName
{
background-color: #258055;
}
.BgClassName
{
background-color: #258055;
}
</style>
border-color css
<style>
span { border-color: #258055; }
span { border-color: rgb(37,128,85); }
td.TdClassName
{
border-color: #258055;
}
.TagClassName
{
border-color: #258055;
}
</style>