Shades of Jewel #1A684B
Tints of Jewel #1A684B
RGB
CMYK
RGB Variations
Color information
#1A684B (or 0x1A684B) is known color: Jewel. HEX triplet: 1A, 68 and 4B. RGB value is (26,104,75). Sum of RGB (Red+Green+Blue) = 26+104+75=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #1A684B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A684B is #E597B4. Grayscale: #4D4D4D. Windows color (decimal): -15046581 or 4941850. OLE color: 4941850.
HSL color Cylindrical-coordinate representation of color #1A684B: hue angle of 157.69º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A684B is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 104 | 75 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.59 |
| HSL | 157.69º | 0.6% | 0.25% | - |
| HSV(B) | 157.69º | 0.75% | 0.41% | - |
| XYZ | 6.65 | 10.63 | 8.36 | - |
| YUV | 77.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 75 | 0.75 | 0 | 0.28 | 0.59 | 157.69 | 0.6 | 0.25 |
| Hex | 1A | 68 | 4B | 4B | 0 | 1C | 3B | 9E | 3C | 19 |
| Octal | 32 | 150 | 113 | 113 | 0 | 34 | 73 | 236 | 74 | 31 |
| Binary | 11010 | 1101000 | 1001011 | 1001011 | 0 | 11100 | 111011 | 10011110 | 111100 | 11001 |
Color Harmonies of #1A684B
Complementary color
Monochromatic Colors of #1A684B
Black with #1A684B
Text Example
Text Example
White with #1A684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A684B; }
p { color: rgb(26,104,75); }
H1.HeaderClassName
{
color: #1A684B;
}
.AnyTagClassName
{
color: #1A684B;
}
</style>
background-color css
<style>
a { background-color: #1A684B; }
a { background-color: rgb(26,104,75); }
div.DivClassName
{
background-color: #1A684B;
}
.BgClassName
{
background-color: #1A684B;
}
</style>
border-color css
<style>
span { border-color: #1A684B; }
span { border-color: rgb(26,104,75); }
td.TdClassName
{
border-color: #1A684B;
}
.TagClassName
{
border-color: #1A684B;
}
</style>