Shades of Deep Sea #207565
Tints of Deep Sea #207565
RGB
CMYK
RGB Variations
Color information
#207565 (or 0x207565) is known color: Deep Sea. HEX triplet: 20, 75 and 65. RGB value is (32,117,101). Sum of RGB (Red+Green+Blue) = 32+117+101=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #207565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207565 is #DF8A9A. Grayscale: #595959. Windows color (decimal): -14650011 or 6649120. OLE color: 6649120.
HSL color Cylindrical-coordinate representation of color #207565: hue angle of 168.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207565 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 101 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.54 |
| HSL | 168.71º | 0.57% | 0.29% | - |
| HSV(B) | 168.71º | 0.73% | 0.46% | - |
| XYZ | 9.31 | 13.97 | 14.52 | - |
| YUV | 89.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 101 | 0.73 | 0 | 0.14 | 0.54 | 168.71 | 0.57 | 0.29 |
| Hex | 20 | 75 | 65 | 49 | 0 | E | 36 | A9 | 39 | 1D |
| Octal | 40 | 165 | 145 | 111 | 0 | 16 | 66 | 251 | 71 | 35 |
| Binary | 100000 | 1110101 | 1100101 | 1001001 | 0 | 1110 | 110110 | 10101001 | 111001 | 11101 |
Color Harmonies of #207565
Complementary color
Monochromatic Colors of #207565
Black with #207565
Text Example
Text Example
White with #207565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207565; }
p { color: rgb(32,117,101); }
H1.HeaderClassName
{
color: #207565;
}
.AnyTagClassName
{
color: #207565;
}
</style>
background-color css
<style>
a { background-color: #207565; }
a { background-color: rgb(32,117,101); }
div.DivClassName
{
background-color: #207565;
}
.BgClassName
{
background-color: #207565;
}
</style>
border-color css
<style>
span { border-color: #207565; }
span { border-color: rgb(32,117,101); }
td.TdClassName
{
border-color: #207565;
}
.TagClassName
{
border-color: #207565;
}
</style>