Shades of Deep Sea #257D63
Tints of Deep Sea #257D63
RGB
CMYK
RGB Variations
Color information
#257D63 (or 0x257D63) is known color: Deep Sea. HEX triplet: 25, 7D and 63. RGB value is (37,125,99). Sum of RGB (Red+Green+Blue) = 37+125+99=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #257D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D63 is #DA829C. Grayscale: #5F5F5F. Windows color (decimal): -14320285 or 6520101. OLE color: 6520101.
HSL color Cylindrical-coordinate representation of color #257D63: hue angle of 162.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D63 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 99 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.51 |
| HSL | 162.27º | 0.54% | 0.32% | - |
| HSV(B) | 162.27º | 0.7% | 0.49% | - |
| XYZ | 10.35 | 15.96 | 14.34 | - |
| YUV | 95.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 99 | 0.70 | 0 | 0.21 | 0.51 | 162.27 | 0.54 | 0.32 |
| Hex | 25 | 7D | 63 | 46 | 0 | 15 | 33 | A2 | 36 | 20 |
| Octal | 45 | 175 | 143 | 106 | 0 | 25 | 63 | 242 | 66 | 40 |
| Binary | 100101 | 1111101 | 1100011 | 1000110 | 0 | 10101 | 110011 | 10100010 | 110110 | 100000 |
Color Harmonies of #257D63
Complementary color
Monochromatic Colors of #257D63
Black with #257D63
Text Example
Text Example
White with #257D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D63; }
p { color: rgb(37,125,99); }
H1.HeaderClassName
{
color: #257D63;
}
.AnyTagClassName
{
color: #257D63;
}
</style>
background-color css
<style>
a { background-color: #257D63; }
a { background-color: rgb(37,125,99); }
div.DivClassName
{
background-color: #257D63;
}
.BgClassName
{
background-color: #257D63;
}
</style>
border-color css
<style>
span { border-color: #257D63; }
span { border-color: rgb(37,125,99); }
td.TdClassName
{
border-color: #257D63;
}
.TagClassName
{
border-color: #257D63;
}
</style>