Shades of Deep Sea #257B61
Tints of Deep Sea #257B61
RGB
CMYK
RGB Variations
Color information
#257B61 (or 0x257B61) is known color: Deep Sea. HEX triplet: 25, 7B and 61. RGB value is (37,123,97). Sum of RGB (Red+Green+Blue) = 37+123+97=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 123 (48.44% from 255 or 47.86% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 123 - color contains mainly: green. Hex color #257B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B61 is #DA849E. Grayscale: #5E5E5E. Windows color (decimal): -14320799 or 6388517. OLE color: 6388517.
HSL color Cylindrical-coordinate representation of color #257B61: hue angle of 161.86º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B61 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 123 | 97 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.52 |
| HSL | 161.86º | 0.54% | 0.31% | - |
| HSV(B) | 161.86º | 0.7% | 0.48% | - |
| XYZ | 10 | 15.42 | 13.76 | - |
| YUV | 94.32 | 129.51 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 97 | 0.70 | 0 | 0.21 | 0.52 | 161.86 | 0.54 | 0.31 |
| Hex | 25 | 7B | 61 | 46 | 0 | 15 | 34 | A2 | 36 | 1F |
| Octal | 45 | 173 | 141 | 106 | 0 | 25 | 64 | 242 | 66 | 37 |
| Binary | 100101 | 1111011 | 1100001 | 1000110 | 0 | 10101 | 110100 | 10100010 | 110110 | 11111 |
Color Harmonies of #257B61
Complementary color
Monochromatic Colors of #257B61
Black with #257B61
Text Example
Text Example
White with #257B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B61; }
p { color: rgb(37,123,97); }
H1.HeaderClassName
{
color: #257B61;
}
.AnyTagClassName
{
color: #257B61;
}
</style>
background-color css
<style>
a { background-color: #257B61; }
a { background-color: rgb(37,123,97); }
div.DivClassName
{
background-color: #257B61;
}
.BgClassName
{
background-color: #257B61;
}
</style>
border-color css
<style>
span { border-color: #257B61; }
span { border-color: rgb(37,123,97); }
td.TdClassName
{
border-color: #257B61;
}
.TagClassName
{
border-color: #257B61;
}
</style>