Shades of Deep Sea #257F60
Tints of Deep Sea #257F60
RGB
CMYK
RGB Variations
Color information
#257F60 (or 0x257F60) is known color: Deep Sea. HEX triplet: 25, 7F and 60. RGB value is (37,127,96). Sum of RGB (Red+Green+Blue) = 37+127+96=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 127 (50% from 255 or 48.85% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 127 - color contains mainly: green. Hex color #257F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F60 is #DA809F. Grayscale: #606060. Windows color (decimal): -14319776 or 6324005. OLE color: 6324005.
HSL color Cylindrical-coordinate representation of color #257F60: hue angle of 159.33º 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 #257F60 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 96 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.50 |
| HSL | 159.33º | 0.55% | 0.32% | - |
| HSV(B) | 159.33º | 0.71% | 0.5% | - |
| XYZ | 10.46 | 16.42 | 13.68 | - |
| YUV | 96.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 96 | 0.71 | 0 | 0.24 | 0.50 | 159.33 | 0.55 | 0.32 |
| Hex | 25 | 7F | 60 | 47 | 0 | 18 | 32 | 9F | 37 | 20 |
| Octal | 45 | 177 | 140 | 107 | 0 | 30 | 62 | 237 | 67 | 40 |
| Binary | 100101 | 1111111 | 1100000 | 1000111 | 0 | 11000 | 110010 | 10011111 | 110111 | 100000 |
Color Harmonies of #257F60
Complementary color
Monochromatic Colors of #257F60
Black with #257F60
Text Example
Text Example
White with #257F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F60; }
p { color: rgb(37,127,96); }
H1.HeaderClassName
{
color: #257F60;
}
.AnyTagClassName
{
color: #257F60;
}
</style>
background-color css
<style>
a { background-color: #257F60; }
a { background-color: rgb(37,127,96); }
div.DivClassName
{
background-color: #257F60;
}
.BgClassName
{
background-color: #257F60;
}
</style>
border-color css
<style>
span { border-color: #257F60; }
span { border-color: rgb(37,127,96); }
td.TdClassName
{
border-color: #257F60;
}
.TagClassName
{
border-color: #257F60;
}
</style>