Shades of Keppel #68AB98
Tints of Keppel #68AB98
RGB
CMYK
RGB Variations
Color information
#68AB98 (or 0x68AB98) is known color: Keppel. HEX triplet: 68, AB and 98. RGB value is (104,171,152). Sum of RGB (Red+Green+Blue) = 104+171+152=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB98 is #975467. Grayscale: #949494. Windows color (decimal): -9917544 or 10005352. OLE color: 10005352.
HSL color Cylindrical-coordinate representation of color #68AB98: hue angle of 162.99º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB98 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 171 | 152 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.33 |
| HSL | 162.99º | 0.29% | 0.54% | - |
| HSV(B) | 162.99º | 0.39% | 0.67% | - |
| XYZ | 25.94 | 34.34 | 34.97 | - |
| YUV | 148.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 152 | 0.39 | 0 | 0.11 | 0.33 | 162.99 | 0.29 | 0.54 |
| Hex | 68 | AB | 98 | 27 | 0 | B | 21 | A3 | 1D | 36 |
| Octal | 150 | 253 | 230 | 47 | 0 | 13 | 41 | 243 | 35 | 66 |
| Binary | 1101000 | 10101011 | 10011000 | 100111 | 0 | 1011 | 100001 | 10100011 | 11101 | 110110 |
Color Harmonies of #68AB98
Complementary color
Monochromatic Colors of #68AB98
Black with #68AB98
Text Example
Text Example
White with #68AB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AB98; }
p { color: rgb(104,171,152); }
H1.HeaderClassName
{
color: #68AB98;
}
.AnyTagClassName
{
color: #68AB98;
}
</style>
background-color css
<style>
a { background-color: #68AB98; }
a { background-color: rgb(104,171,152); }
div.DivClassName
{
background-color: #68AB98;
}
.BgClassName
{
background-color: #68AB98;
}
</style>
border-color css
<style>
span { border-color: #68AB98; }
span { border-color: rgb(104,171,152); }
td.TdClassName
{
border-color: #68AB98;
}
.TagClassName
{
border-color: #68AB98;
}
</style>