Shades of Deep Sea #107A6C
Tints of Deep Sea #107A6C
RGB
CMYK
RGB Variations
Color information
#107A6C (or 0x107A6C) is known color: Deep Sea. HEX triplet: 10, 7A and 6C. RGB value is (16,122,108). Sum of RGB (Red+Green+Blue) = 16+122+108=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #107A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107A6C is #EF8593. Grayscale: #585858. Windows color (decimal): -15697300 or 7109136. OLE color: 7109136.
HSL color Cylindrical-coordinate representation of color #107A6C: hue angle of 172.08º 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 #107A6C is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 122 | 108 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.52 |
| HSL | 172.08º | 0.77% | 0.27% | - |
| HSV(B) | 172.08º | 0.87% | 0.48% | - |
| XYZ | 9.88 | 15.11 | 16.58 | - |
| YUV | 88.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 108 | 0.87 | 0 | 0.11 | 0.52 | 172.08 | 0.77 | 0.27 |
| Hex | 10 | 7A | 6C | 57 | 0 | B | 34 | AC | 4D | 1B |
| Octal | 20 | 172 | 154 | 127 | 0 | 13 | 64 | 254 | 115 | 33 |
| Binary | 10000 | 1111010 | 1101100 | 1010111 | 0 | 1011 | 110100 | 10101100 | 1001101 | 11011 |
Color Harmonies of #107A6C
Complementary color
Monochromatic Colors of #107A6C
Black with #107A6C
Text Example
Text Example
White with #107A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107A6C; }
p { color: rgb(16,122,108); }
H1.HeaderClassName
{
color: #107A6C;
}
.AnyTagClassName
{
color: #107A6C;
}
</style>
background-color css
<style>
a { background-color: #107A6C; }
a { background-color: rgb(16,122,108); }
div.DivClassName
{
background-color: #107A6C;
}
.BgClassName
{
background-color: #107A6C;
}
</style>
border-color css
<style>
span { border-color: #107A6C; }
span { border-color: rgb(16,122,108); }
td.TdClassName
{
border-color: #107A6C;
}
.TagClassName
{
border-color: #107A6C;
}
</style>