Shades of Deep Sea #107A6D
Tints of Deep Sea #107A6D
RGB
CMYK
RGB Variations
Color information
#107A6D (or 0x107A6D) is known color: Deep Sea. HEX triplet: 10, 7A and 6D. RGB value is (16,122,109). Sum of RGB (Red+Green+Blue) = 16+122+109=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #107A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107A6D is #EF8592. Grayscale: #585858. Windows color (decimal): -15697299 or 7174672. OLE color: 7174672.
HSL color Cylindrical-coordinate representation of color #107A6D: hue angle of 172.64º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107A6D is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 122 | 109 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.52 |
| HSL | 172.64º | 0.77% | 0.27% | - |
| HSV(B) | 172.64º | 0.87% | 0.48% | - |
| XYZ | 9.93 | 15.13 | 16.87 | - |
| YUV | 88.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 109 | 0.87 | 0 | 0.11 | 0.52 | 172.64 | 0.77 | 0.27 |
| Hex | 10 | 7A | 6D | 57 | 0 | B | 34 | AD | 4D | 1B |
| Octal | 20 | 172 | 155 | 127 | 0 | 13 | 64 | 255 | 115 | 33 |
| Binary | 10000 | 1111010 | 1101101 | 1010111 | 0 | 1011 | 110100 | 10101101 | 1001101 | 11011 |
Color Harmonies of #107A6D
Complementary color
Monochromatic Colors of #107A6D
Black with #107A6D
Text Example
Text Example
White with #107A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107A6D; }
p { color: rgb(16,122,109); }
H1.HeaderClassName
{
color: #107A6D;
}
.AnyTagClassName
{
color: #107A6D;
}
</style>
background-color css
<style>
a { background-color: #107A6D; }
a { background-color: rgb(16,122,109); }
div.DivClassName
{
background-color: #107A6D;
}
.BgClassName
{
background-color: #107A6D;
}
</style>
border-color css
<style>
span { border-color: #107A6D; }
span { border-color: rgb(16,122,109); }
td.TdClassName
{
border-color: #107A6D;
}
.TagClassName
{
border-color: #107A6D;
}
</style>