Shades of Deep Sea #107A65
Tints of Deep Sea #107A65
RGB
CMYK
RGB Variations
Color information
#107A65 (or 0x107A65) is known color: Deep Sea. HEX triplet: 10, 7A and 65. RGB value is (16,122,101). Sum of RGB (Red+Green+Blue) = 16+122+101=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #107A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107A65 is #EF859A. Grayscale: #575757. Windows color (decimal): -15697307 or 6650384. OLE color: 6650384.
HSL color Cylindrical-coordinate representation of color #107A65: hue angle of 168.11º 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 #107A65 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 122 | 101 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.52 |
| HSL | 168.11º | 0.77% | 0.27% | - |
| HSV(B) | 168.11º | 0.87% | 0.48% | - |
| XYZ | 9.52 | 14.97 | 14.7 | - |
| YUV | 87.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 101 | 0.87 | 0 | 0.17 | 0.52 | 168.11 | 0.77 | 0.27 |
| Hex | 10 | 7A | 65 | 57 | 0 | 11 | 34 | A8 | 4D | 1B |
| Octal | 20 | 172 | 145 | 127 | 0 | 21 | 64 | 250 | 115 | 33 |
| Binary | 10000 | 1111010 | 1100101 | 1010111 | 0 | 10001 | 110100 | 10101000 | 1001101 | 11011 |
Color Harmonies of #107A65
Complementary color
Monochromatic Colors of #107A65
Black with #107A65
Text Example
Text Example
White with #107A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107A65; }
p { color: rgb(16,122,101); }
H1.HeaderClassName
{
color: #107A65;
}
.AnyTagClassName
{
color: #107A65;
}
</style>
background-color css
<style>
a { background-color: #107A65; }
a { background-color: rgb(16,122,101); }
div.DivClassName
{
background-color: #107A65;
}
.BgClassName
{
background-color: #107A65;
}
</style>
border-color css
<style>
span { border-color: #107A65; }
span { border-color: rgb(16,122,101); }
td.TdClassName
{
border-color: #107A65;
}
.TagClassName
{
border-color: #107A65;
}
</style>