Shades of Deep Sea #107F71
Tints of Deep Sea #107F71
RGB
CMYK
RGB Variations
Color information
#107F71 (or 0x107F71) is known color: Deep Sea. HEX triplet: 10, 7F and 71. RGB value is (16,127,113). Sum of RGB (Red+Green+Blue) = 16+127+113=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #107F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107F71 is #EF808E. Grayscale: #5C5C5C. Windows color (decimal): -15696015 or 7438096. OLE color: 7438096.
HSL color Cylindrical-coordinate representation of color #107F71: hue angle of 172.43º 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 #107F71 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 127 | 113 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.50 |
| HSL | 172.43º | 0.78% | 0.28% | - |
| HSV(B) | 172.43º | 0.87% | 0.5% | - |
| XYZ | 10.78 | 16.48 | 18.24 | - |
| YUV | 92.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 113 | 0.87 | 0 | 0.11 | 0.50 | 172.43 | 0.78 | 0.28 |
| Hex | 10 | 7F | 71 | 57 | 0 | B | 32 | AC | 4E | 1C |
| Octal | 20 | 177 | 161 | 127 | 0 | 13 | 62 | 254 | 116 | 34 |
| Binary | 10000 | 1111111 | 1110001 | 1010111 | 0 | 1011 | 110010 | 10101100 | 1001110 | 11100 |
Color Harmonies of #107F71
Complementary color
Monochromatic Colors of #107F71
Black with #107F71
Text Example
Text Example
White with #107F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F71; }
p { color: rgb(16,127,113); }
H1.HeaderClassName
{
color: #107F71;
}
.AnyTagClassName
{
color: #107F71;
}
</style>
background-color css
<style>
a { background-color: #107F71; }
a { background-color: rgb(16,127,113); }
div.DivClassName
{
background-color: #107F71;
}
.BgClassName
{
background-color: #107F71;
}
</style>
border-color css
<style>
span { border-color: #107F71; }
span { border-color: rgb(16,127,113); }
td.TdClassName
{
border-color: #107F71;
}
.TagClassName
{
border-color: #107F71;
}
</style>