Shades of Deep Sea #208068
Tints of Deep Sea #208068
RGB
CMYK
RGB Variations
Color information
#208068 (or 0x208068) is known color: Deep Sea. HEX triplet: 20, 80 and 68. RGB value is (32,128,104). Sum of RGB (Red+Green+Blue) = 32+128+104=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #208068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208068 is #DF7F97. Grayscale: #606060. Windows color (decimal): -14647192 or 6848544. OLE color: 6848544.
HSL color Cylindrical-coordinate representation of color #208068: hue angle of 165º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208068 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 104 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.50 |
| HSL | 165º | 0.6% | 0.31% | - |
| HSV(B) | 165º | 0.75% | 0.5% | - |
| XYZ | 10.81 | 16.74 | 15.76 | - |
| YUV | 96.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 104 | 0.75 | 0 | 0.19 | 0.50 | 165 | 0.6 | 0.31 |
| Hex | 20 | 80 | 68 | 4B | 0 | 13 | 32 | A5 | 3C | 1F |
| Octal | 40 | 200 | 150 | 113 | 0 | 23 | 62 | 245 | 74 | 37 |
| Binary | 100000 | 10000000 | 1101000 | 1001011 | 0 | 10011 | 110010 | 10100101 | 111100 | 11111 |
Color Harmonies of #208068
Complementary color
Monochromatic Colors of #208068
Black with #208068
Text Example
Text Example
White with #208068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208068; }
p { color: rgb(32,128,104); }
H1.HeaderClassName
{
color: #208068;
}
.AnyTagClassName
{
color: #208068;
}
</style>
background-color css
<style>
a { background-color: #208068; }
a { background-color: rgb(32,128,104); }
div.DivClassName
{
background-color: #208068;
}
.BgClassName
{
background-color: #208068;
}
</style>
border-color css
<style>
span { border-color: #208068; }
span { border-color: rgb(32,128,104); }
td.TdClassName
{
border-color: #208068;
}
.TagClassName
{
border-color: #208068;
}
</style>