Shades of Jewel #15674E
Tints of Jewel #15674E
RGB
CMYK
RGB Variations
Color information
#15674E (or 0x15674E) is known color: Jewel. HEX triplet: 15, 67 and 4E. RGB value is (21,103,78). Sum of RGB (Red+Green+Blue) = 21+103+78=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #15674E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15674E is #EA98B1. Grayscale: #4B4B4B. Windows color (decimal): -15374514 or 5138197. OLE color: 5138197.
HSL color Cylindrical-coordinate representation of color #15674E: hue angle of 161.71º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15674E is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 103 | 78 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.60 |
| HSL | 161.71º | 0.66% | 0.24% | - |
| HSV(B) | 161.71º | 0.8% | 0.4% | - |
| XYZ | 6.53 | 10.41 | 8.87 | - |
| YUV | 75.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 103 | 78 | 0.80 | 0 | 0.24 | 0.60 | 161.71 | 0.66 | 0.24 |
| Hex | 15 | 67 | 4E | 50 | 0 | 18 | 3C | A2 | 42 | 18 |
| Octal | 25 | 147 | 116 | 120 | 0 | 30 | 74 | 242 | 102 | 30 |
| Binary | 10101 | 1100111 | 1001110 | 1010000 | 0 | 11000 | 111100 | 10100010 | 1000010 | 11000 |
Color Harmonies of #15674E
Complementary color
Monochromatic Colors of #15674E
Black with #15674E
Text Example
Text Example
White with #15674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15674E; }
p { color: rgb(21,103,78); }
H1.HeaderClassName
{
color: #15674E;
}
.AnyTagClassName
{
color: #15674E;
}
</style>
background-color css
<style>
a { background-color: #15674E; }
a { background-color: rgb(21,103,78); }
div.DivClassName
{
background-color: #15674E;
}
.BgClassName
{
background-color: #15674E;
}
</style>
border-color css
<style>
span { border-color: #15674E; }
span { border-color: rgb(21,103,78); }
td.TdClassName
{
border-color: #15674E;
}
.TagClassName
{
border-color: #15674E;
}
</style>