Shades of Deep Sea #107F5F
Tints of Deep Sea #107F5F
RGB
CMYK
RGB Variations
Color information
#107F5F (or 0x107F5F) is known color: Deep Sea. HEX triplet: 10, 7F and 5F. RGB value is (16,127,95). Sum of RGB (Red+Green+Blue) = 16+127+95=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #107F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107F5F is #EF80A0. Grayscale: #5A5A5A. Windows color (decimal): -15696033 or 6258448. OLE color: 6258448.
HSL color Cylindrical-coordinate representation of color #107F5F: hue angle of 162.7º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107F5F is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 127 | 95 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.50 |
| HSL | 162.7º | 0.78% | 0.28% | - |
| HSV(B) | 162.7º | 0.87% | 0.5% | - |
| XYZ | 9.87 | 16.12 | 13.42 | - |
| YUV | 90.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 95 | 0.87 | 0 | 0.25 | 0.50 | 162.7 | 0.78 | 0.28 |
| Hex | 10 | 7F | 5F | 57 | 0 | 19 | 32 | A3 | 4E | 1C |
| Octal | 20 | 177 | 137 | 127 | 0 | 31 | 62 | 243 | 116 | 34 |
| Binary | 10000 | 1111111 | 1011111 | 1010111 | 0 | 11001 | 110010 | 10100011 | 1001110 | 11100 |
Color Harmonies of #107F5F
Complementary color
Monochromatic Colors of #107F5F
Black with #107F5F
Text Example
Text Example
White with #107F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F5F; }
p { color: rgb(16,127,95); }
H1.HeaderClassName
{
color: #107F5F;
}
.AnyTagClassName
{
color: #107F5F;
}
</style>
background-color css
<style>
a { background-color: #107F5F; }
a { background-color: rgb(16,127,95); }
div.DivClassName
{
background-color: #107F5F;
}
.BgClassName
{
background-color: #107F5F;
}
</style>
border-color css
<style>
span { border-color: #107F5F; }
span { border-color: rgb(16,127,95); }
td.TdClassName
{
border-color: #107F5F;
}
.TagClassName
{
border-color: #107F5F;
}
</style>