Shades of Deep Sea #107A58
Tints of Deep Sea #107A58
RGB
CMYK
RGB Variations
Color information
#107A58 (or 0x107A58) is known color: Deep Sea. HEX triplet: 10, 7A and 58. RGB value is (16,122,88). Sum of RGB (Red+Green+Blue) = 16+122+88=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 122 (48.05% from 255 or 53.98% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 122 - color contains mainly: green. Hex color #107A58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107A58 is #EF85A7. Grayscale: #565656. Windows color (decimal): -15697320 or 5798416. OLE color: 5798416.
HSL color Cylindrical-coordinate representation of color #107A58: hue angle of 160.75º 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 #107A58 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 122 | 88 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.52 |
| HSL | 160.75º | 0.77% | 0.27% | - |
| HSV(B) | 160.75º | 0.87% | 0.48% | - |
| XYZ | 8.93 | 14.73 | 11.61 | - |
| YUV | 86.43 | 128.88 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 122 | 88 | 0.87 | 0 | 0.28 | 0.52 | 160.75 | 0.77 | 0.27 |
| Hex | 10 | 7A | 58 | 57 | 0 | 1C | 34 | A1 | 4D | 1B |
| Octal | 20 | 172 | 130 | 127 | 0 | 34 | 64 | 241 | 115 | 33 |
| Binary | 10000 | 1111010 | 1011000 | 1010111 | 0 | 11100 | 110100 | 10100001 | 1001101 | 11011 |
Color Harmonies of #107A58
Complementary color
Monochromatic Colors of #107A58
Black with #107A58
Text Example
Text Example
White with #107A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107A58; }
p { color: rgb(16,122,88); }
H1.HeaderClassName
{
color: #107A58;
}
.AnyTagClassName
{
color: #107A58;
}
</style>
background-color css
<style>
a { background-color: #107A58; }
a { background-color: rgb(16,122,88); }
div.DivClassName
{
background-color: #107A58;
}
.BgClassName
{
background-color: #107A58;
}
</style>
border-color css
<style>
span { border-color: #107A58; }
span { border-color: rgb(16,122,88); }
td.TdClassName
{
border-color: #107A58;
}
.TagClassName
{
border-color: #107A58;
}
</style>