Shades of Keppel #68BAA3
Tints of Keppel #68BAA3
RGB
CMYK
RGB Variations
Color information
#68BAA3 (or 0x68BAA3) is known color: Keppel. HEX triplet: 68, BA and A3. RGB value is (104,186,163). Sum of RGB (Red+Green+Blue) = 104+186+163=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #68BAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BAA3 is #97455C. Grayscale: #9E9E9E. Windows color (decimal): -9913693 or 10730088. OLE color: 10730088.
HSL color Cylindrical-coordinate representation of color #68BAA3: hue angle of 163.17º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BAA3 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 186 | 163 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.27 |
| HSL | 163.17º | 0.37% | 0.57% | - |
| HSV(B) | 163.17º | 0.44% | 0.73% | - |
| XYZ | 29.88 | 40.71 | 40.93 | - |
| YUV | 158.86 | 130.33 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 186 | 163 | 0.44 | 0 | 0.12 | 0.27 | 163.17 | 0.37 | 0.57 |
| Hex | 68 | BA | A3 | 2C | 0 | C | 1B | A3 | 25 | 39 |
| Octal | 150 | 272 | 243 | 54 | 0 | 14 | 33 | 243 | 45 | 71 |
| Binary | 1101000 | 10111010 | 10100011 | 101100 | 0 | 1100 | 11011 | 10100011 | 100101 | 111001 |
Color Harmonies of #68BAA3
Complementary color
Monochromatic Colors of #68BAA3
Black with #68BAA3
Text Example
Text Example
White with #68BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BAA3; }
p { color: rgb(104,186,163); }
H1.HeaderClassName
{
color: #68BAA3;
}
.AnyTagClassName
{
color: #68BAA3;
}
</style>
background-color css
<style>
a { background-color: #68BAA3; }
a { background-color: rgb(104,186,163); }
div.DivClassName
{
background-color: #68BAA3;
}
.BgClassName
{
background-color: #68BAA3;
}
</style>
border-color css
<style>
span { border-color: #68BAA3; }
span { border-color: rgb(104,186,163); }
td.TdClassName
{
border-color: #68BAA3;
}
.TagClassName
{
border-color: #68BAA3;
}
</style>