Shades of Deep Sea #207A5C
Tints of Deep Sea #207A5C
RGB
CMYK
RGB Variations
Color information
#207A5C (or 0x207A5C) is known color: Deep Sea. HEX triplet: 20, 7A and 5C. RGB value is (32,122,92). Sum of RGB (Red+Green+Blue) = 32+122+92=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #207A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A5C is #DF85A3. Grayscale: #5B5B5B. Windows color (decimal): -14648740 or 6060576. OLE color: 6060576.
HSL color Cylindrical-coordinate representation of color #207A5C: hue angle of 160º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207A5C is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 122 | 92 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.52 |
| HSL | 160º | 0.58% | 0.3% | - |
| HSV(B) | 160º | 0.74% | 0.48% | - |
| XYZ | 9.49 | 15 | 12.52 | - |
| YUV | 91.67 | 128.18 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 92 | 0.74 | 0 | 0.25 | 0.52 | 160 | 0.58 | 0.3 |
| Hex | 20 | 7A | 5C | 4A | 0 | 19 | 34 | A0 | 3A | 1E |
| Octal | 40 | 172 | 134 | 112 | 0 | 31 | 64 | 240 | 72 | 36 |
| Binary | 100000 | 1111010 | 1011100 | 1001010 | 0 | 11001 | 110100 | 10100000 | 111010 | 11110 |
Color Harmonies of #207A5C
Complementary color
Monochromatic Colors of #207A5C
Black with #207A5C
Text Example
Text Example
White with #207A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A5C; }
p { color: rgb(32,122,92); }
H1.HeaderClassName
{
color: #207A5C;
}
.AnyTagClassName
{
color: #207A5C;
}
</style>
background-color css
<style>
a { background-color: #207A5C; }
a { background-color: rgb(32,122,92); }
div.DivClassName
{
background-color: #207A5C;
}
.BgClassName
{
background-color: #207A5C;
}
</style>
border-color css
<style>
span { border-color: #207A5C; }
span { border-color: rgb(32,122,92); }
td.TdClassName
{
border-color: #207A5C;
}
.TagClassName
{
border-color: #207A5C;
}
</style>