Shades of Keppel #68AD9B
Tints of Keppel #68AD9B
RGB
CMYK
RGB Variations
Color information
#68AD9B (or 0x68AD9B) is known color: Keppel. HEX triplet: 68, AD and 9B. RGB value is (104,173,155). Sum of RGB (Red+Green+Blue) = 104+173+155=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD9B is #975264. Grayscale: #969696. Windows color (decimal): -9917029 or 10202472. OLE color: 10202472.
HSL color Cylindrical-coordinate representation of color #68AD9B: hue angle of 164.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD9B is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 155 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.32 |
| HSL | 164.35º | 0.3% | 0.54% | - |
| HSV(B) | 164.35º | 0.4% | 0.68% | - |
| XYZ | 26.57 | 35.2 | 36.4 | - |
| YUV | 150.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 155 | 0.40 | 0 | 0.10 | 0.32 | 164.35 | 0.3 | 0.54 |
| Hex | 68 | AD | 9B | 28 | 0 | A | 20 | A4 | 1E | 36 |
| Octal | 150 | 255 | 233 | 50 | 0 | 12 | 40 | 244 | 36 | 66 |
| Binary | 1101000 | 10101101 | 10011011 | 101000 | 0 | 1010 | 100000 | 10100100 | 11110 | 110110 |
Color Harmonies of #68AD9B
Complementary color
Monochromatic Colors of #68AD9B
Black with #68AD9B
Text Example
Text Example
White with #68AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD9B; }
p { color: rgb(104,173,155); }
H1.HeaderClassName
{
color: #68AD9B;
}
.AnyTagClassName
{
color: #68AD9B;
}
</style>
background-color css
<style>
a { background-color: #68AD9B; }
a { background-color: rgb(104,173,155); }
div.DivClassName
{
background-color: #68AD9B;
}
.BgClassName
{
background-color: #68AD9B;
}
</style>
border-color css
<style>
span { border-color: #68AD9B; }
span { border-color: rgb(104,173,155); }
td.TdClassName
{
border-color: #68AD9B;
}
.TagClassName
{
border-color: #68AD9B;
}
</style>