Shades of Deep Sea #16766C
Tints of Deep Sea #16766C
RGB
CMYK
RGB Variations
Color information
#16766C (or 0x16766C) is known color: Deep Sea. HEX triplet: 16, 76 and 6C. RGB value is (22,118,108). Sum of RGB (Red+Green+Blue) = 22+118+108=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 118 (46.48% from 255 or 47.58% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 118 - color contains mainly: green. Hex color #16766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16766C is #E98993. Grayscale: #585858. Windows color (decimal): -15305108 or 7108118. OLE color: 7108118.
HSL color Cylindrical-coordinate representation of color #16766C: hue angle of 173.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16766C is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 118 | 108 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.54 |
| HSL | 173.75º | 0.69% | 0.27% | - |
| HSV(B) | 173.75º | 0.81% | 0.46% | - |
| XYZ | 9.52 | 14.21 | 16.43 | - |
| YUV | 88.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 108 | 0.81 | 0 | 0.08 | 0.54 | 173.75 | 0.69 | 0.27 |
| Hex | 16 | 76 | 6C | 51 | 0 | 8 | 36 | AE | 45 | 1B |
| Octal | 26 | 166 | 154 | 121 | 0 | 10 | 66 | 256 | 105 | 33 |
| Binary | 10110 | 1110110 | 1101100 | 1010001 | 0 | 1000 | 110110 | 10101110 | 1000101 | 11011 |
Color Harmonies of #16766C
Complementary color
Monochromatic Colors of #16766C
Black with #16766C
Text Example
Text Example
White with #16766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16766C; }
p { color: rgb(22,118,108); }
H1.HeaderClassName
{
color: #16766C;
}
.AnyTagClassName
{
color: #16766C;
}
</style>
background-color css
<style>
a { background-color: #16766C; }
a { background-color: rgb(22,118,108); }
div.DivClassName
{
background-color: #16766C;
}
.BgClassName
{
background-color: #16766C;
}
</style>
border-color css
<style>
span { border-color: #16766C; }
span { border-color: rgb(22,118,108); }
td.TdClassName
{
border-color: #16766C;
}
.TagClassName
{
border-color: #16766C;
}
</style>