Shades of Deep Sea #257F66
Tints of Deep Sea #257F66
RGB
CMYK
RGB Variations
Color information
#257F66 (or 0x257F66) is known color: Deep Sea. HEX triplet: 25, 7F and 66. RGB value is (37,127,102). Sum of RGB (Red+Green+Blue) = 37+127+102=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #257F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F66 is #DA8099. Grayscale: #616161. Windows color (decimal): -14319770 or 6717221. OLE color: 6717221.
HSL color Cylindrical-coordinate representation of color #257F66: hue angle of 163.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 #257F66 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 102 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.50 |
| HSL | 163.33º | 0.55% | 0.32% | - |
| HSV(B) | 163.33º | 0.71% | 0.5% | - |
| XYZ | 10.75 | 16.53 | 15.19 | - |
| YUV | 97.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 102 | 0.71 | 0 | 0.20 | 0.50 | 163.33 | 0.55 | 0.32 |
| Hex | 25 | 7F | 66 | 47 | 0 | 14 | 32 | A3 | 37 | 20 |
| Octal | 45 | 177 | 146 | 107 | 0 | 24 | 62 | 243 | 67 | 40 |
| Binary | 100101 | 1111111 | 1100110 | 1000111 | 0 | 10100 | 110010 | 10100011 | 110111 | 100000 |
Color Harmonies of #257F66
Complementary color
Monochromatic Colors of #257F66
Black with #257F66
Text Example
Text Example
White with #257F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F66; }
p { color: rgb(37,127,102); }
H1.HeaderClassName
{
color: #257F66;
}
.AnyTagClassName
{
color: #257F66;
}
</style>
background-color css
<style>
a { background-color: #257F66; }
a { background-color: rgb(37,127,102); }
div.DivClassName
{
background-color: #257F66;
}
.BgClassName
{
background-color: #257F66;
}
</style>
border-color css
<style>
span { border-color: #257F66; }
span { border-color: rgb(37,127,102); }
td.TdClassName
{
border-color: #257F66;
}
.TagClassName
{
border-color: #257F66;
}
</style>