Shades of Deep Sea #107B6B
Tints of Deep Sea #107B6B
RGB
CMYK
RGB Variations
Color information
#107B6B (or 0x107B6B) is known color: Deep Sea. HEX triplet: 10, 7B and 6B. RGB value is (16,123,107). Sum of RGB (Red+Green+Blue) = 16+123+107=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #107B6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B6B is #EF8494. Grayscale: #595959. Windows color (decimal): -15697045 or 7043856. OLE color: 7043856.
HSL color Cylindrical-coordinate representation of color #107B6B: hue angle of 171.03º 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 #107B6B is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 123 | 107 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.52 |
| HSL | 171.03º | 0.77% | 0.27% | - |
| HSV(B) | 171.03º | 0.87% | 0.48% | - |
| XYZ | 9.95 | 15.34 | 16.35 | - |
| YUV | 89.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 107 | 0.87 | 0 | 0.13 | 0.52 | 171.03 | 0.77 | 0.27 |
| Hex | 10 | 7B | 6B | 57 | 0 | D | 34 | AB | 4D | 1B |
| Octal | 20 | 173 | 153 | 127 | 0 | 15 | 64 | 253 | 115 | 33 |
| Binary | 10000 | 1111011 | 1101011 | 1010111 | 0 | 1101 | 110100 | 10101011 | 1001101 | 11011 |
Color Harmonies of #107B6B
Complementary color
Monochromatic Colors of #107B6B
Black with #107B6B
Text Example
Text Example
White with #107B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107B6B; }
p { color: rgb(16,123,107); }
H1.HeaderClassName
{
color: #107B6B;
}
.AnyTagClassName
{
color: #107B6B;
}
</style>
background-color css
<style>
a { background-color: #107B6B; }
a { background-color: rgb(16,123,107); }
div.DivClassName
{
background-color: #107B6B;
}
.BgClassName
{
background-color: #107B6B;
}
</style>
border-color css
<style>
span { border-color: #107B6B; }
span { border-color: rgb(16,123,107); }
td.TdClassName
{
border-color: #107B6B;
}
.TagClassName
{
border-color: #107B6B;
}
</style>