Shades of Deep Sea #257F62
Tints of Deep Sea #257F62
RGB
CMYK
RGB Variations
Color information
#257F62 (or 0x257F62) is known color: Deep Sea. HEX triplet: 25, 7F and 62. RGB value is (37,127,98). Sum of RGB (Red+Green+Blue) = 37+127+98=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 127 - color contains mainly: green. Hex color #257F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F62 is #DA809D. Grayscale: #606060. Windows color (decimal): -14319774 or 6455077. OLE color: 6455077.
HSL color Cylindrical-coordinate representation of color #257F62: hue angle of 160.67º 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 #257F62 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 98 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.50 |
| HSL | 160.67º | 0.55% | 0.32% | - |
| HSV(B) | 160.67º | 0.71% | 0.5% | - |
| XYZ | 10.56 | 16.45 | 14.17 | - |
| YUV | 96.78 | 128.68 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 98 | 0.71 | 0 | 0.23 | 0.50 | 160.67 | 0.55 | 0.32 |
| Hex | 25 | 7F | 62 | 47 | 0 | 17 | 32 | A1 | 37 | 20 |
| Octal | 45 | 177 | 142 | 107 | 0 | 27 | 62 | 241 | 67 | 40 |
| Binary | 100101 | 1111111 | 1100010 | 1000111 | 0 | 10111 | 110010 | 10100001 | 110111 | 100000 |
Color Harmonies of #257F62
Complementary color
Monochromatic Colors of #257F62
Black with #257F62
Text Example
Text Example
White with #257F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F62; }
p { color: rgb(37,127,98); }
H1.HeaderClassName
{
color: #257F62;
}
.AnyTagClassName
{
color: #257F62;
}
</style>
background-color css
<style>
a { background-color: #257F62; }
a { background-color: rgb(37,127,98); }
div.DivClassName
{
background-color: #257F62;
}
.BgClassName
{
background-color: #257F62;
}
</style>
border-color css
<style>
span { border-color: #257F62; }
span { border-color: rgb(37,127,98); }
td.TdClassName
{
border-color: #257F62;
}
.TagClassName
{
border-color: #257F62;
}
</style>