Shades of Jewel #15684D
Tints of Jewel #15684D
RGB
CMYK
RGB Variations
Color information
#15684D (or 0x15684D) is known color: Jewel. HEX triplet: 15, 68 and 4D. RGB value is (21,104,77). Sum of RGB (Red+Green+Blue) = 21+104+77=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #15684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15684D is #EA97B2. Grayscale: #4C4C4C. Windows color (decimal): -15374259 or 5072917. OLE color: 5072917.
HSL color Cylindrical-coordinate representation of color #15684D: hue angle of 160.48º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15684D is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 104 | 77 | - |
| CMYK | 0.80 | 0 | 0.26 | 0.59 |
| HSL | 160.48º | 0.66% | 0.25% | - |
| HSV(B) | 160.48º | 0.8% | 0.41% | - |
| XYZ | 6.6 | 10.6 | 8.72 | - |
| YUV | 76.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 77 | 0.80 | 0 | 0.26 | 0.59 | 160.48 | 0.66 | 0.25 |
| Hex | 15 | 68 | 4D | 50 | 0 | 1A | 3B | A0 | 42 | 19 |
| Octal | 25 | 150 | 115 | 120 | 0 | 32 | 73 | 240 | 102 | 31 |
| Binary | 10101 | 1101000 | 1001101 | 1010000 | 0 | 11010 | 111011 | 10100000 | 1000010 | 11001 |
Color Harmonies of #15684D
Complementary color
Monochromatic Colors of #15684D
Black with #15684D
Text Example
Text Example
White with #15684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15684D; }
p { color: rgb(21,104,77); }
H1.HeaderClassName
{
color: #15684D;
}
.AnyTagClassName
{
color: #15684D;
}
</style>
background-color css
<style>
a { background-color: #15684D; }
a { background-color: rgb(21,104,77); }
div.DivClassName
{
background-color: #15684D;
}
.BgClassName
{
background-color: #15684D;
}
</style>
border-color css
<style>
span { border-color: #15684D; }
span { border-color: rgb(21,104,77); }
td.TdClassName
{
border-color: #15684D;
}
.TagClassName
{
border-color: #15684D;
}
</style>