Shades of Deep Sea #12705E
Tints of Deep Sea #12705E
RGB
CMYK
RGB Variations
Color information
#12705E (or 0x12705E) is known color: Deep Sea. HEX triplet: 12, 70 and 5E. RGB value is (18,112,94). Sum of RGB (Red+Green+Blue) = 18+112+94=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #12705E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12705E is #ED8FA1. Grayscale: #515151. Windows color (decimal): -15568802 or 6189074. OLE color: 6189074.
HSL color Cylindrical-coordinate representation of color #12705E: hue angle of 168.51º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12705E is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 94 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.56 |
| HSL | 168.51º | 0.72% | 0.25% | - |
| HSV(B) | 168.51º | 0.84% | 0.44% | - |
| XYZ | 8.06 | 12.53 | 12.58 | - |
| YUV | 81.84 | 134.86 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 94 | 0.84 | 0 | 0.16 | 0.56 | 168.51 | 0.72 | 0.25 |
| Hex | 12 | 70 | 5E | 54 | 0 | 10 | 38 | A9 | 48 | 19 |
| Octal | 22 | 160 | 136 | 124 | 0 | 20 | 70 | 251 | 110 | 31 |
| Binary | 10010 | 1110000 | 1011110 | 1010100 | 0 | 10000 | 111000 | 10101001 | 1001000 | 11001 |
Color Harmonies of #12705E
Complementary color
Monochromatic Colors of #12705E
Black with #12705E
Text Example
Text Example
White with #12705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12705E; }
p { color: rgb(18,112,94); }
H1.HeaderClassName
{
color: #12705E;
}
.AnyTagClassName
{
color: #12705E;
}
</style>
background-color css
<style>
a { background-color: #12705E; }
a { background-color: rgb(18,112,94); }
div.DivClassName
{
background-color: #12705E;
}
.BgClassName
{
background-color: #12705E;
}
</style>
border-color css
<style>
span { border-color: #12705E; }
span { border-color: rgb(18,112,94); }
td.TdClassName
{
border-color: #12705E;
}
.TagClassName
{
border-color: #12705E;
}
</style>