Shades of Jewel #12644E
Tints of Jewel #12644E
RGB
CMYK
RGB Variations
Color information
#12644E (or 0x12644E) is known color: Jewel. HEX triplet: 12, 64 and 4E. RGB value is (18,100,78). Sum of RGB (Red+Green+Blue) = 18+100+78=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #12644E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12644E is #ED9BB1. Grayscale: #484848. Windows color (decimal): -15571890 or 5137426. OLE color: 5137426.
HSL color Cylindrical-coordinate representation of color #12644E: hue angle of 163.9º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12644E is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 100 | 78 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.61 |
| HSL | 163.9º | 0.69% | 0.23% | - |
| HSV(B) | 163.9º | 0.82% | 0.39% | - |
| XYZ | 6.18 | 9.79 | 8.77 | - |
| YUV | 72.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 78 | 0.82 | 0 | 0.22 | 0.61 | 163.9 | 0.69 | 0.23 |
| Hex | 12 | 64 | 4E | 52 | 0 | 16 | 3D | A4 | 45 | 17 |
| Octal | 22 | 144 | 116 | 122 | 0 | 26 | 75 | 244 | 105 | 27 |
| Binary | 10010 | 1100100 | 1001110 | 1010010 | 0 | 10110 | 111101 | 10100100 | 1000101 | 10111 |
Color Harmonies of #12644E
Complementary color
Monochromatic Colors of #12644E
Black with #12644E
Text Example
Text Example
White with #12644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12644E; }
p { color: rgb(18,100,78); }
H1.HeaderClassName
{
color: #12644E;
}
.AnyTagClassName
{
color: #12644E;
}
</style>
background-color css
<style>
a { background-color: #12644E; }
a { background-color: rgb(18,100,78); }
div.DivClassName
{
background-color: #12644E;
}
.BgClassName
{
background-color: #12644E;
}
</style>
border-color css
<style>
span { border-color: #12644E; }
span { border-color: rgb(18,100,78); }
td.TdClassName
{
border-color: #12644E;
}
.TagClassName
{
border-color: #12644E;
}
</style>