Shades of Deep Sea #12746A
Tints of Deep Sea #12746A
RGB
CMYK
RGB Variations
Color information
#12746A (or 0x12746A) is known color: Deep Sea. HEX triplet: 12, 74 and 6A. RGB value is (18,116,106). Sum of RGB (Red+Green+Blue) = 18+116+106=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #12746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12746A is #ED8B95. Grayscale: #555555. Windows color (decimal): -15567766 or 6976530. OLE color: 6976530.
HSL color Cylindrical-coordinate representation of color #12746A: hue angle of 173.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12746A is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 116 | 106 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.55 |
| HSL | 173.88º | 0.73% | 0.26% | - |
| HSV(B) | 173.88º | 0.84% | 0.45% | - |
| XYZ | 9.1 | 13.66 | 15.79 | - |
| YUV | 85.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 106 | 0.84 | 0 | 0.09 | 0.55 | 173.88 | 0.73 | 0.26 |
| Hex | 12 | 74 | 6A | 54 | 0 | 9 | 37 | AE | 49 | 1A |
| Octal | 22 | 164 | 152 | 124 | 0 | 11 | 67 | 256 | 111 | 32 |
| Binary | 10010 | 1110100 | 1101010 | 1010100 | 0 | 1001 | 110111 | 10101110 | 1001001 | 11010 |
Color Harmonies of #12746A
Complementary color
Monochromatic Colors of #12746A
Black with #12746A
Text Example
Text Example
White with #12746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12746A; }
p { color: rgb(18,116,106); }
H1.HeaderClassName
{
color: #12746A;
}
.AnyTagClassName
{
color: #12746A;
}
</style>
background-color css
<style>
a { background-color: #12746A; }
a { background-color: rgb(18,116,106); }
div.DivClassName
{
background-color: #12746A;
}
.BgClassName
{
background-color: #12746A;
}
</style>
border-color css
<style>
span { border-color: #12746A; }
span { border-color: rgb(18,116,106); }
td.TdClassName
{
border-color: #12746A;
}
.TagClassName
{
border-color: #12746A;
}
</style>