Shades of Deep Sea #107A69
Tints of Deep Sea #107A69
RGB
CMYK
RGB Variations
Color information
#107A69 (or 0x107A69) is known color: Deep Sea. HEX triplet: 10, 7A and 69. RGB value is (16,122,105). Sum of RGB (Red+Green+Blue) = 16+122+105=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #107A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107A69 is #EF8596. Grayscale: #585858. Windows color (decimal): -15697303 or 6912528. OLE color: 6912528.
HSL color Cylindrical-coordinate representation of color #107A69: hue angle of 170.38º 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 #107A69 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 122 | 105 | - |
| CMYK | 0.87 | 0 | 0.14 | 0.52 |
| HSL | 170.38º | 0.77% | 0.27% | - |
| HSV(B) | 170.38º | 0.87% | 0.48% | - |
| XYZ | 9.72 | 15.05 | 15.76 | - |
| YUV | 88.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 105 | 0.87 | 0 | 0.14 | 0.52 | 170.38 | 0.77 | 0.27 |
| Hex | 10 | 7A | 69 | 57 | 0 | E | 34 | AA | 4D | 1B |
| Octal | 20 | 172 | 151 | 127 | 0 | 16 | 64 | 252 | 115 | 33 |
| Binary | 10000 | 1111010 | 1101001 | 1010111 | 0 | 1110 | 110100 | 10101010 | 1001101 | 11011 |
Color Harmonies of #107A69
Complementary color
Monochromatic Colors of #107A69
Black with #107A69
Text Example
Text Example
White with #107A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107A69; }
p { color: rgb(16,122,105); }
H1.HeaderClassName
{
color: #107A69;
}
.AnyTagClassName
{
color: #107A69;
}
</style>
background-color css
<style>
a { background-color: #107A69; }
a { background-color: rgb(16,122,105); }
div.DivClassName
{
background-color: #107A69;
}
.BgClassName
{
background-color: #107A69;
}
</style>
border-color css
<style>
span { border-color: #107A69; }
span { border-color: rgb(16,122,105); }
td.TdClassName
{
border-color: #107A69;
}
.TagClassName
{
border-color: #107A69;
}
</style>