Shades of Sea Green #258F5E
Tints of Sea Green #258F5E
RGB
CMYK
RGB Variations
Color information
#258F5E (or 0x258F5E) is known color: Sea Green. HEX triplet: 25, 8F and 5E. RGB value is (37,143,94). Sum of RGB (Red+Green+Blue) = 37+143+94=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #258F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258F5E is #DA70A1. Grayscale: #696969. Windows color (decimal): -14315682 or 6197029. OLE color: 6197029.
HSL color Cylindrical-coordinate representation of color #258F5E: hue angle of 152.26º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258F5E is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
RGB | 37 | 143 | 94 | - |
CMYK | 0.74 | 0 | 0.34 | 0.44 |
HSL | 152.26º | 0.59% | 0.35% | - |
HSV(B) | 152.26º | 0.74% | 0.56% | - |
XYZ | 12.61 | 20.85 | 13.95 | - |
YUV | 105.72 | 121.38 | 78.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 143 | 94 | 0.74 | 0 | 0.34 | 0.44 | 152.26 | 0.59 | 0.35 |
Hex | 25 | 8F | 5E | 4A | 0 | 22 | 2C | 98 | 3B | 23 |
Octal | 45 | 217 | 136 | 112 | 0 | 42 | 54 | 230 | 73 | 43 |
Binary | 100101 | 10001111 | 1011110 | 1001010 | 0 | 100010 | 101100 | 10011000 | 111011 | 100011 |
Color Harmonies of #258F5E
Complementary color
Monochromatic Colors of #258F5E
Black with #258F5E
Text Example
Text Example
White with #258F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F5E; }
p { color: rgb(37,143,94); }
H1.HeaderClassName
{
color: #258F5E;
}
.AnyTagClassName
{
color: #258F5E;
}
</style>
background-color css
<style>
a { background-color: #258F5E; }
a { background-color: rgb(37,143,94); }
div.DivClassName
{
background-color: #258F5E;
}
.BgClassName
{
background-color: #258F5E;
}
</style>
border-color css
<style>
span { border-color: #258F5E; }
span { border-color: rgb(37,143,94); }
td.TdClassName
{
border-color: #258F5E;
}
.TagClassName
{
border-color: #258F5E;
}
</style>