Shades of Deep Sea #107D66
Tints of Deep Sea #107D66
RGB
CMYK
RGB Variations
Color information
#107D66 (or 0x107D66) is known color: Deep Sea. HEX triplet: 10, 7D and 66. RGB value is (16,125,102). Sum of RGB (Red+Green+Blue) = 16+125+102=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #107D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107D66 is #EF8299. Grayscale: #595959. Windows color (decimal): -15696538 or 6716688. OLE color: 6716688.
HSL color Cylindrical-coordinate representation of color #107D66: hue angle of 167.34º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107D66 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 125 | 102 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.51 |
| HSL | 167.34º | 0.77% | 0.28% | - |
| HSV(B) | 167.34º | 0.87% | 0.49% | - |
| XYZ | 9.95 | 15.74 | 15.08 | - |
| YUV | 89.79 | 134.89 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 102 | 0.87 | 0 | 0.18 | 0.51 | 167.34 | 0.77 | 0.28 |
| Hex | 10 | 7D | 66 | 57 | 0 | 12 | 33 | A7 | 4D | 1C |
| Octal | 20 | 175 | 146 | 127 | 0 | 22 | 63 | 247 | 115 | 34 |
| Binary | 10000 | 1111101 | 1100110 | 1010111 | 0 | 10010 | 110011 | 10100111 | 1001101 | 11100 |
Color Harmonies of #107D66
Complementary color
Monochromatic Colors of #107D66
Black with #107D66
Text Example
Text Example
White with #107D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D66; }
p { color: rgb(16,125,102); }
H1.HeaderClassName
{
color: #107D66;
}
.AnyTagClassName
{
color: #107D66;
}
</style>
background-color css
<style>
a { background-color: #107D66; }
a { background-color: rgb(16,125,102); }
div.DivClassName
{
background-color: #107D66;
}
.BgClassName
{
background-color: #107D66;
}
</style>
border-color css
<style>
span { border-color: #107D66; }
span { border-color: rgb(16,125,102); }
td.TdClassName
{
border-color: #107D66;
}
.TagClassName
{
border-color: #107D66;
}
</style>