Shades of Deep Sea #207665
Tints of Deep Sea #207665
RGB
CMYK
RGB Variations
Color information
#207665 (or 0x207665) is known color: Deep Sea. HEX triplet: 20, 76 and 65. RGB value is (32,118,101). Sum of RGB (Red+Green+Blue) = 32+118+101=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #207665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207665 is #DF899A. Grayscale: #5A5A5A. Windows color (decimal): -14649755 or 6649376. OLE color: 6649376.
HSL color Cylindrical-coordinate representation of color #207665: hue angle of 168.14º 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 #207665 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 101 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.54 |
| HSL | 168.14º | 0.57% | 0.29% | - |
| HSV(B) | 168.14º | 0.73% | 0.46% | - |
| XYZ | 9.42 | 14.2 | 14.56 | - |
| YUV | 90.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 101 | 0.73 | 0 | 0.14 | 0.54 | 168.14 | 0.57 | 0.29 |
| Hex | 20 | 76 | 65 | 49 | 0 | E | 36 | A8 | 39 | 1D |
| Octal | 40 | 166 | 145 | 111 | 0 | 16 | 66 | 250 | 71 | 35 |
| Binary | 100000 | 1110110 | 1100101 | 1001001 | 0 | 1110 | 110110 | 10101000 | 111001 | 11101 |
Color Harmonies of #207665
Complementary color
Monochromatic Colors of #207665
Black with #207665
Text Example
Text Example
White with #207665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207665; }
p { color: rgb(32,118,101); }
H1.HeaderClassName
{
color: #207665;
}
.AnyTagClassName
{
color: #207665;
}
</style>
background-color css
<style>
a { background-color: #207665; }
a { background-color: rgb(32,118,101); }
div.DivClassName
{
background-color: #207665;
}
.BgClassName
{
background-color: #207665;
}
</style>
border-color css
<style>
span { border-color: #207665; }
span { border-color: rgb(32,118,101); }
td.TdClassName
{
border-color: #207665;
}
.TagClassName
{
border-color: #207665;
}
</style>