Shades of Deep Sea #12786D
Tints of Deep Sea #12786D
RGB
CMYK
RGB Variations
Color information
#12786D (or 0x12786D) is known color: Deep Sea. HEX triplet: 12, 78 and 6D. RGB value is (18,120,109). Sum of RGB (Red+Green+Blue) = 18+120+109=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #12786D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12786D is #ED8792. Grayscale: #585858. Windows color (decimal): -15566739 or 7174162. OLE color: 7174162.
HSL color Cylindrical-coordinate representation of color #12786D: hue angle of 173.53º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12786D is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 109 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.53 |
| HSL | 173.53º | 0.74% | 0.27% | - |
| HSV(B) | 173.53º | 0.85% | 0.47% | - |
| XYZ | 9.73 | 14.67 | 16.79 | - |
| YUV | 88.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 109 | 0.85 | 0 | 0.09 | 0.53 | 173.53 | 0.74 | 0.27 |
| Hex | 12 | 78 | 6D | 55 | 0 | 9 | 35 | AE | 4A | 1B |
| Octal | 22 | 170 | 155 | 125 | 0 | 11 | 65 | 256 | 112 | 33 |
| Binary | 10010 | 1111000 | 1101101 | 1010101 | 0 | 1001 | 110101 | 10101110 | 1001010 | 11011 |
Color Harmonies of #12786D
Complementary color
Monochromatic Colors of #12786D
Black with #12786D
Text Example
Text Example
White with #12786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12786D; }
p { color: rgb(18,120,109); }
H1.HeaderClassName
{
color: #12786D;
}
.AnyTagClassName
{
color: #12786D;
}
</style>
background-color css
<style>
a { background-color: #12786D; }
a { background-color: rgb(18,120,109); }
div.DivClassName
{
background-color: #12786D;
}
.BgClassName
{
background-color: #12786D;
}
</style>
border-color css
<style>
span { border-color: #12786D; }
span { border-color: rgb(18,120,109); }
td.TdClassName
{
border-color: #12786D;
}
.TagClassName
{
border-color: #12786D;
}
</style>