Shades of Deep Sea #107262
Tints of Deep Sea #107262
RGB
CMYK
RGB Variations
Color information
#107262 (or 0x107262) is known color: Deep Sea. HEX triplet: 10, 72 and 62. RGB value is (16,114,98). Sum of RGB (Red+Green+Blue) = 16+114+98=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #107262 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107262 is #EF8D9D. Grayscale: #525252. Windows color (decimal): -15699358 or 6451728. OLE color: 6451728.
HSL color Cylindrical-coordinate representation of color #107262: hue angle of 170.2º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107262 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 114 | 98 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.55 |
| HSL | 170.2º | 0.75% | 0.25% | - |
| HSV(B) | 170.2º | 0.86% | 0.45% | - |
| XYZ | 8.44 | 13.03 | 13.63 | - |
| YUV | 82.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 98 | 0.86 | 0 | 0.14 | 0.55 | 170.2 | 0.75 | 0.25 |
| Hex | 10 | 72 | 62 | 56 | 0 | E | 37 | AA | 4B | 19 |
| Octal | 20 | 162 | 142 | 126 | 0 | 16 | 67 | 252 | 113 | 31 |
| Binary | 10000 | 1110010 | 1100010 | 1010110 | 0 | 1110 | 110111 | 10101010 | 1001011 | 11001 |
Color Harmonies of #107262
Complementary color
Monochromatic Colors of #107262
Black with #107262
Text Example
Text Example
White with #107262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107262; }
p { color: rgb(16,114,98); }
H1.HeaderClassName
{
color: #107262;
}
.AnyTagClassName
{
color: #107262;
}
</style>
background-color css
<style>
a { background-color: #107262; }
a { background-color: rgb(16,114,98); }
div.DivClassName
{
background-color: #107262;
}
.BgClassName
{
background-color: #107262;
}
</style>
border-color css
<style>
span { border-color: #107262; }
span { border-color: rgb(16,114,98); }
td.TdClassName
{
border-color: #107262;
}
.TagClassName
{
border-color: #107262;
}
</style>