Shades of Sea Green #25825A
Tints of Sea Green #25825A
RGB
CMYK
RGB Variations
Color information
#25825A (or 0x25825A) is known color: Sea Green. HEX triplet: 25, 82 and 5A. RGB value is (37,130,90). Sum of RGB (Red+Green+Blue) = 37+130+90=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #25825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25825A is #DA7DA5. Grayscale: #616161. Windows color (decimal): -14319014 or 5931557. OLE color: 5931557.
HSL color Cylindrical-coordinate representation of color #25825A: hue angle of 154.19º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25825A is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 130 | 90 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.49 |
| HSL | 154.19º | 0.56% | 0.33% | - |
| HSV(B) | 154.19º | 0.72% | 0.51% | - |
| XYZ | 10.59 | 17.1 | 12.41 | - |
| YUV | 97.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 130 | 90 | 0.72 | 0 | 0.31 | 0.49 | 154.19 | 0.56 | 0.33 |
| Hex | 25 | 82 | 5A | 48 | 0 | 1F | 31 | 9A | 38 | 21 |
| Octal | 45 | 202 | 132 | 110 | 0 | 37 | 61 | 232 | 70 | 41 |
| Binary | 100101 | 10000010 | 1011010 | 1001000 | 0 | 11111 | 110001 | 10011010 | 111000 | 100001 |
Color Harmonies of #25825A
Complementary color
Monochromatic Colors of #25825A
Black with #25825A
Text Example
Text Example
White with #25825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25825A; }
p { color: rgb(37,130,90); }
H1.HeaderClassName
{
color: #25825A;
}
.AnyTagClassName
{
color: #25825A;
}
</style>
background-color css
<style>
a { background-color: #25825A; }
a { background-color: rgb(37,130,90); }
div.DivClassName
{
background-color: #25825A;
}
.BgClassName
{
background-color: #25825A;
}
</style>
border-color css
<style>
span { border-color: #25825A; }
span { border-color: rgb(37,130,90); }
td.TdClassName
{
border-color: #25825A;
}
.TagClassName
{
border-color: #25825A;
}
</style>