Shades of Deep Sea #107F5B
Tints of Deep Sea #107F5B
RGB
CMYK
RGB Variations
Color information
#107F5B (or 0x107F5B) is known color: Deep Sea. HEX triplet: 10, 7F and 5B. RGB value is (16,127,91). Sum of RGB (Red+Green+Blue) = 16+127+91=234 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.84% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #107F5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107F5B is #EF80A4. Grayscale: #595959. Windows color (decimal): -15696037 or 5996304. OLE color: 5996304.
HSL color Cylindrical-coordinate representation of color #107F5B: hue angle of 160.54º 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 #107F5B is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 127 | 91 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.50 |
| HSL | 160.54º | 0.78% | 0.28% | - |
| HSV(B) | 160.54º | 0.87% | 0.5% | - |
| XYZ | 9.69 | 16.04 | 12.48 | - |
| YUV | 89.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 91 | 0.87 | 0 | 0.28 | 0.50 | 160.54 | 0.78 | 0.28 |
| Hex | 10 | 7F | 5B | 57 | 0 | 1C | 32 | A1 | 4E | 1C |
| Octal | 20 | 177 | 133 | 127 | 0 | 34 | 62 | 241 | 116 | 34 |
| Binary | 10000 | 1111111 | 1011011 | 1010111 | 0 | 11100 | 110010 | 10100001 | 1001110 | 11100 |
Color Harmonies of #107F5B
Complementary color
Monochromatic Colors of #107F5B
Black with #107F5B
Text Example
Text Example
White with #107F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107F5B; }
p { color: rgb(16,127,91); }
H1.HeaderClassName
{
color: #107F5B;
}
.AnyTagClassName
{
color: #107F5B;
}
</style>
background-color css
<style>
a { background-color: #107F5B; }
a { background-color: rgb(16,127,91); }
div.DivClassName
{
background-color: #107F5B;
}
.BgClassName
{
background-color: #107F5B;
}
</style>
border-color css
<style>
span { border-color: #107F5B; }
span { border-color: rgb(16,127,91); }
td.TdClassName
{
border-color: #107F5B;
}
.TagClassName
{
border-color: #107F5B;
}
</style>