Shades of Deep Sea #207360
Tints of Deep Sea #207360
RGB
CMYK
RGB Variations
Color information
#207360 (or 0x207360) is known color: Deep Sea. HEX triplet: 20, 73 and 60. RGB value is (32,115,96). Sum of RGB (Red+Green+Blue) = 32+115+96=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #207360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207360 is #DF8C9F. Grayscale: #585858. Windows color (decimal): -14650528 or 6320928. OLE color: 6320928.
HSL color Cylindrical-coordinate representation of color #207360: hue angle of 166.27º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207360 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 115 | 96 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.55 |
| HSL | 166.27º | 0.56% | 0.29% | - |
| HSV(B) | 166.27º | 0.72% | 0.45% | - |
| XYZ | 8.84 | 13.41 | 13.19 | - |
| YUV | 88.02 | 132.5 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 96 | 0.72 | 0 | 0.17 | 0.55 | 166.27 | 0.56 | 0.29 |
| Hex | 20 | 73 | 60 | 48 | 0 | 11 | 37 | A6 | 38 | 1D |
| Octal | 40 | 163 | 140 | 110 | 0 | 21 | 67 | 246 | 70 | 35 |
| Binary | 100000 | 1110011 | 1100000 | 1001000 | 0 | 10001 | 110111 | 10100110 | 111000 | 11101 |
Color Harmonies of #207360
Complementary color
Monochromatic Colors of #207360
Black with #207360
Text Example
Text Example
White with #207360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207360; }
p { color: rgb(32,115,96); }
H1.HeaderClassName
{
color: #207360;
}
.AnyTagClassName
{
color: #207360;
}
</style>
background-color css
<style>
a { background-color: #207360; }
a { background-color: rgb(32,115,96); }
div.DivClassName
{
background-color: #207360;
}
.BgClassName
{
background-color: #207360;
}
</style>
border-color css
<style>
span { border-color: #207360; }
span { border-color: rgb(32,115,96); }
td.TdClassName
{
border-color: #207360;
}
.TagClassName
{
border-color: #207360;
}
</style>