Shades of Keppel #68B4A2
Tints of Keppel #68B4A2
RGB
CMYK
RGB Variations
Color information
#68B4A2 (or 0x68B4A2) is known color: Keppel. HEX triplet: 68, B4 and A2. RGB value is (104,180,162). Sum of RGB (Red+Green+Blue) = 104+180+162=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #68B4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68B4A2 is #974B5D. Grayscale: #9B9B9B. Windows color (decimal): -9915230 or 10663016. OLE color: 10663016.
HSL color Cylindrical-coordinate representation of color #68B4A2: hue angle of 165.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B4A2 is Cyan = 0.42, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 162 | - |
| CMYK | 0.42 | 0 | 0.1 | 0.29 |
| HSL | 165.79º | 0.34% | 0.56% | - |
| HSV(B) | 165.79º | 0.42% | 0.71% | - |
| XYZ | 28.55 | 38.19 | 40.05 | - |
| YUV | 155.22 | 131.82 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 162 | 0.42 | 0 | 0.1 | 0.29 | 165.79 | 0.34 | 0.56 |
| Hex | 68 | B4 | A2 | 2A | 0 | A | 1D | A6 | 22 | 38 |
| Octal | 150 | 264 | 242 | 52 | 0 | 12 | 35 | 246 | 42 | 70 |
| Binary | 1101000 | 10110100 | 10100010 | 101010 | 0 | 1010 | 11101 | 10100110 | 100010 | 111000 |
Color Harmonies of #68B4A2
Complementary color
Monochromatic Colors of #68B4A2
Black with #68B4A2
Text Example
Text Example
White with #68B4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B4A2; }
p { color: rgb(104,180,162); }
H1.HeaderClassName
{
color: #68B4A2;
}
.AnyTagClassName
{
color: #68B4A2;
}
</style>
background-color css
<style>
a { background-color: #68B4A2; }
a { background-color: rgb(104,180,162); }
div.DivClassName
{
background-color: #68B4A2;
}
.BgClassName
{
background-color: #68B4A2;
}
</style>
border-color css
<style>
span { border-color: #68B4A2; }
span { border-color: rgb(104,180,162); }
td.TdClassName
{
border-color: #68B4A2;
}
.TagClassName
{
border-color: #68B4A2;
}
</style>