Shades of Deep Sea #12846F
Tints of Deep Sea #12846F
RGB
CMYK
RGB Variations
Color information
#12846F (or 0x12846F) is known color: Deep Sea. HEX triplet: 12, 84 and 6F. RGB value is (18,132,111). Sum of RGB (Red+Green+Blue) = 18+132+111=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #12846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12846F is #ED7B90. Grayscale: #5F5F5F. Windows color (decimal): -15563665 or 7308306. OLE color: 7308306.
HSL color Cylindrical-coordinate representation of color #12846F: hue angle of 168.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12846F is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 132 | 111 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.48 |
| HSL | 168.95º | 0.76% | 0.29% | - |
| HSV(B) | 168.95º | 0.86% | 0.52% | - |
| XYZ | 11.37 | 17.78 | 17.87 | - |
| YUV | 95.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 111 | 0.86 | 0 | 0.16 | 0.48 | 168.95 | 0.76 | 0.29 |
| Hex | 12 | 84 | 6F | 56 | 0 | 10 | 30 | A9 | 4C | 1D |
| Octal | 22 | 204 | 157 | 126 | 0 | 20 | 60 | 251 | 114 | 35 |
| Binary | 10010 | 10000100 | 1101111 | 1010110 | 0 | 10000 | 110000 | 10101001 | 1001100 | 11101 |
Color Harmonies of #12846F
Complementary color
Monochromatic Colors of #12846F
Black with #12846F
Text Example
Text Example
White with #12846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12846F; }
p { color: rgb(18,132,111); }
H1.HeaderClassName
{
color: #12846F;
}
.AnyTagClassName
{
color: #12846F;
}
</style>
background-color css
<style>
a { background-color: #12846F; }
a { background-color: rgb(18,132,111); }
div.DivClassName
{
background-color: #12846F;
}
.BgClassName
{
background-color: #12846F;
}
</style>
border-color css
<style>
span { border-color: #12846F; }
span { border-color: rgb(18,132,111); }
td.TdClassName
{
border-color: #12846F;
}
.TagClassName
{
border-color: #12846F;
}
</style>