Shades of Deep Sea #12796C
Tints of Deep Sea #12796C
RGB
CMYK
RGB Variations
Color information
#12796C (or 0x12796C) is known color: Deep Sea. HEX triplet: 12, 79 and 6C. RGB value is (18,121,108). Sum of RGB (Red+Green+Blue) = 18+121+108=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #12796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12796C is #ED8693. Grayscale: #585858. Windows color (decimal): -15566484 or 7108882. OLE color: 7108882.
HSL color Cylindrical-coordinate representation of color #12796C: hue angle of 172.43º 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 #12796C is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 121 | 108 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.53 |
| HSL | 172.43º | 0.74% | 0.27% | - |
| HSV(B) | 172.43º | 0.85% | 0.47% | - |
| XYZ | 9.79 | 14.89 | 16.54 | - |
| YUV | 88.72 | 138.88 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 108 | 0.85 | 0 | 0.11 | 0.53 | 172.43 | 0.74 | 0.27 |
| Hex | 12 | 79 | 6C | 55 | 0 | B | 35 | AC | 4A | 1B |
| Octal | 22 | 171 | 154 | 125 | 0 | 13 | 65 | 254 | 112 | 33 |
| Binary | 10010 | 1111001 | 1101100 | 1010101 | 0 | 1011 | 110101 | 10101100 | 1001010 | 11011 |
Color Harmonies of #12796C
Complementary color
Monochromatic Colors of #12796C
Black with #12796C
Text Example
Text Example
White with #12796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12796C; }
p { color: rgb(18,121,108); }
H1.HeaderClassName
{
color: #12796C;
}
.AnyTagClassName
{
color: #12796C;
}
</style>
background-color css
<style>
a { background-color: #12796C; }
a { background-color: rgb(18,121,108); }
div.DivClassName
{
background-color: #12796C;
}
.BgClassName
{
background-color: #12796C;
}
</style>
border-color css
<style>
span { border-color: #12796C; }
span { border-color: rgb(18,121,108); }
td.TdClassName
{
border-color: #12796C;
}
.TagClassName
{
border-color: #12796C;
}
</style>