Shades of Deep Sea #25765B
Tints of Deep Sea #25765B
RGB
CMYK
RGB Variations
Color information
#25765B (or 0x25765B) is known color: Deep Sea. HEX triplet: 25, 76 and 5B. RGB value is (37,118,91). Sum of RGB (Red+Green+Blue) = 37+118+91=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 118 - color contains mainly: green. Hex color #25765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25765B is #DA89A4. Grayscale: #5A5A5A. Windows color (decimal): -14322085 or 5994021. OLE color: 5994021.
HSL color Cylindrical-coordinate representation of color #25765B: hue angle of 160º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25765B is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 118 | 91 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.54 |
| HSL | 160º | 0.52% | 0.3% | - |
| HSV(B) | 160º | 0.69% | 0.46% | - |
| XYZ | 9.13 | 14.11 | 12.14 | - |
| YUV | 90.7 | 128.16 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 118 | 91 | 0.69 | 0 | 0.23 | 0.54 | 160 | 0.52 | 0.3 |
| Hex | 25 | 76 | 5B | 45 | 0 | 17 | 36 | A0 | 34 | 1E |
| Octal | 45 | 166 | 133 | 105 | 0 | 27 | 66 | 240 | 64 | 36 |
| Binary | 100101 | 1110110 | 1011011 | 1000101 | 0 | 10111 | 110110 | 10100000 | 110100 | 11110 |
Color Harmonies of #25765B
Complementary color
Monochromatic Colors of #25765B
Black with #25765B
Text Example
Text Example
White with #25765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25765B; }
p { color: rgb(37,118,91); }
H1.HeaderClassName
{
color: #25765B;
}
.AnyTagClassName
{
color: #25765B;
}
</style>
background-color css
<style>
a { background-color: #25765B; }
a { background-color: rgb(37,118,91); }
div.DivClassName
{
background-color: #25765B;
}
.BgClassName
{
background-color: #25765B;
}
</style>
border-color css
<style>
span { border-color: #25765B; }
span { border-color: rgb(37,118,91); }
td.TdClassName
{
border-color: #25765B;
}
.TagClassName
{
border-color: #25765B;
}
</style>