Shades of Deep Sea #107B68
Tints of Deep Sea #107B68
RGB
CMYK
RGB Variations
Color information
#107B68 (or 0x107B68) is known color: Deep Sea. HEX triplet: 10, 7B and 68. RGB value is (16,123,104). Sum of RGB (Red+Green+Blue) = 16+123+104=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 123 (48.44% from 255 or 50.62% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 123 - color contains mainly: green. Hex color #107B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B68 is #EF8497. Grayscale: #585858. Windows color (decimal): -15697048 or 6847248. OLE color: 6847248.
HSL color Cylindrical-coordinate representation of color #107B68: hue angle of 169.35º 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 #107B68 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 123 | 104 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.52 |
| HSL | 169.35º | 0.77% | 0.27% | - |
| HSV(B) | 169.35º | 0.87% | 0.48% | - |
| XYZ | 9.8 | 15.28 | 15.53 | - |
| YUV | 88.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 123 | 104 | 0.87 | 0 | 0.15 | 0.52 | 169.35 | 0.77 | 0.27 |
| Hex | 10 | 7B | 68 | 57 | 0 | F | 34 | A9 | 4D | 1B |
| Octal | 20 | 173 | 150 | 127 | 0 | 17 | 64 | 251 | 115 | 33 |
| Binary | 10000 | 1111011 | 1101000 | 1010111 | 0 | 1111 | 110100 | 10101001 | 1001101 | 11011 |
Color Harmonies of #107B68
Complementary color
Monochromatic Colors of #107B68
Black with #107B68
Text Example
Text Example
White with #107B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107B68; }
p { color: rgb(16,123,104); }
H1.HeaderClassName
{
color: #107B68;
}
.AnyTagClassName
{
color: #107B68;
}
</style>
background-color css
<style>
a { background-color: #107B68; }
a { background-color: rgb(16,123,104); }
div.DivClassName
{
background-color: #107B68;
}
.BgClassName
{
background-color: #107B68;
}
</style>
border-color css
<style>
span { border-color: #107B68; }
span { border-color: rgb(16,123,104); }
td.TdClassName
{
border-color: #107B68;
}
.TagClassName
{
border-color: #107B68;
}
</style>