Shades of Deep Sea #25795F
Tints of Deep Sea #25795F
RGB
CMYK
RGB Variations
Color information
#25795F (or 0x25795F) is known color: Deep Sea. HEX triplet: 25, 79 and 5F. RGB value is (37,121,95). Sum of RGB (Red+Green+Blue) = 37+121+95=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #25795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25795F is #DA86A0. Grayscale: #5C5C5C. Windows color (decimal): -14321313 or 6256933. OLE color: 6256933.
HSL color Cylindrical-coordinate representation of color #25795F: hue angle of 161.43º 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 #25795F is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 121 | 95 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.53 |
| HSL | 161.43º | 0.53% | 0.31% | - |
| HSV(B) | 161.43º | 0.69% | 0.47% | - |
| XYZ | 9.67 | 14.89 | 13.19 | - |
| YUV | 92.92 | 129.17 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 95 | 0.69 | 0 | 0.21 | 0.53 | 161.43 | 0.53 | 0.31 |
| Hex | 25 | 79 | 5F | 45 | 0 | 15 | 35 | A1 | 35 | 1F |
| Octal | 45 | 171 | 137 | 105 | 0 | 25 | 65 | 241 | 65 | 37 |
| Binary | 100101 | 1111001 | 1011111 | 1000101 | 0 | 10101 | 110101 | 10100001 | 110101 | 11111 |
Color Harmonies of #25795F
Complementary color
Monochromatic Colors of #25795F
Black with #25795F
Text Example
Text Example
White with #25795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25795F; }
p { color: rgb(37,121,95); }
H1.HeaderClassName
{
color: #25795F;
}
.AnyTagClassName
{
color: #25795F;
}
</style>
background-color css
<style>
a { background-color: #25795F; }
a { background-color: rgb(37,121,95); }
div.DivClassName
{
background-color: #25795F;
}
.BgClassName
{
background-color: #25795F;
}
</style>
border-color css
<style>
span { border-color: #25795F; }
span { border-color: rgb(37,121,95); }
td.TdClassName
{
border-color: #25795F;
}
.TagClassName
{
border-color: #25795F;
}
</style>