Shades of Deep Sea #25775B
Tints of Deep Sea #25775B
RGB
CMYK
RGB Variations
Color information
#25775B (or 0x25775B) is known color: Deep Sea. HEX triplet: 25, 77 and 5B. RGB value is (37,119,91). Sum of RGB (Red+Green+Blue) = 37+119+91=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #25775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25775B is #DA88A4. Grayscale: #5B5B5B. Windows color (decimal): -14321829 or 5994277. OLE color: 5994277.
HSL color Cylindrical-coordinate representation of color #25775B: hue angle of 159.51º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25775B is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 119 | 91 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.53 |
| HSL | 159.51º | 0.53% | 0.31% | - |
| HSV(B) | 159.51º | 0.69% | 0.47% | - |
| XYZ | 9.25 | 14.34 | 12.18 | - |
| YUV | 91.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 91 | 0.69 | 0 | 0.24 | 0.53 | 159.51 | 0.53 | 0.31 |
| Hex | 25 | 77 | 5B | 45 | 0 | 18 | 35 | A0 | 35 | 1F |
| Octal | 45 | 167 | 133 | 105 | 0 | 30 | 65 | 240 | 65 | 37 |
| Binary | 100101 | 1110111 | 1011011 | 1000101 | 0 | 11000 | 110101 | 10100000 | 110101 | 11111 |
Color Harmonies of #25775B
Complementary color
Monochromatic Colors of #25775B
Black with #25775B
Text Example
Text Example
White with #25775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25775B; }
p { color: rgb(37,119,91); }
H1.HeaderClassName
{
color: #25775B;
}
.AnyTagClassName
{
color: #25775B;
}
</style>
background-color css
<style>
a { background-color: #25775B; }
a { background-color: rgb(37,119,91); }
div.DivClassName
{
background-color: #25775B;
}
.BgClassName
{
background-color: #25775B;
}
</style>
border-color css
<style>
span { border-color: #25775B; }
span { border-color: rgb(37,119,91); }
td.TdClassName
{
border-color: #25775B;
}
.TagClassName
{
border-color: #25775B;
}
</style>