Shades of Keppel #68B3A0
Tints of Keppel #68B3A0
RGB
CMYK
RGB Variations
Color information
#68B3A0 (or 0x68B3A0) is known color: Keppel. HEX triplet: 68, B3 and A0. RGB value is (104,179,160). Sum of RGB (Red+Green+Blue) = 104+179+160=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #68B3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B3A0 is #974C5F. Grayscale: #9A9A9A. Windows color (decimal): -9915488 or 10531688. OLE color: 10531688.
HSL color Cylindrical-coordinate representation of color #68B3A0: hue angle of 164.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B3A0 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 160 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.30 |
| HSL | 164.8º | 0.33% | 0.55% | - |
| HSV(B) | 164.8º | 0.42% | 0.7% | - |
| XYZ | 28.17 | 37.72 | 39.05 | - |
| YUV | 154.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 160 | 0.42 | 0 | 0.11 | 0.30 | 164.8 | 0.33 | 0.55 |
| Hex | 68 | B3 | A0 | 2A | 0 | B | 1E | A5 | 21 | 37 |
| Octal | 150 | 263 | 240 | 52 | 0 | 13 | 36 | 245 | 41 | 67 |
| Binary | 1101000 | 10110011 | 10100000 | 101010 | 0 | 1011 | 11110 | 10100101 | 100001 | 110111 |
Color Harmonies of #68B3A0
Complementary color
Monochromatic Colors of #68B3A0
Black with #68B3A0
Text Example
Text Example
White with #68B3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B3A0; }
p { color: rgb(104,179,160); }
H1.HeaderClassName
{
color: #68B3A0;
}
.AnyTagClassName
{
color: #68B3A0;
}
</style>
background-color css
<style>
a { background-color: #68B3A0; }
a { background-color: rgb(104,179,160); }
div.DivClassName
{
background-color: #68B3A0;
}
.BgClassName
{
background-color: #68B3A0;
}
</style>
border-color css
<style>
span { border-color: #68B3A0; }
span { border-color: rgb(104,179,160); }
td.TdClassName
{
border-color: #68B3A0;
}
.TagClassName
{
border-color: #68B3A0;
}
</style>