Shades of Keppel #68AF9D
Tints of Keppel #68AF9D
RGB
CMYK
RGB Variations
Color information
#68AF9D (or 0x68AF9D) is known color: Keppel. HEX triplet: 68, AF and 9D. RGB value is (104,175,157). Sum of RGB (Red+Green+Blue) = 104+175+157=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF9D is #975062. Grayscale: #979797. Windows color (decimal): -9916515 or 10334056. OLE color: 10334056.
HSL color Cylindrical-coordinate representation of color #68AF9D: hue angle of 164.79º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF9D is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 157 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.31 |
| HSL | 164.79º | 0.31% | 0.55% | - |
| HSV(B) | 164.79º | 0.41% | 0.69% | - |
| XYZ | 27.12 | 36.04 | 37.42 | - |
| YUV | 151.72 | 130.98 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 157 | 0.41 | 0 | 0.10 | 0.31 | 164.79 | 0.31 | 0.55 |
| Hex | 68 | AF | 9D | 29 | 0 | A | 1F | A5 | 1F | 37 |
| Octal | 150 | 257 | 235 | 51 | 0 | 12 | 37 | 245 | 37 | 67 |
| Binary | 1101000 | 10101111 | 10011101 | 101001 | 0 | 1010 | 11111 | 10100101 | 11111 | 110111 |
Color Harmonies of #68AF9D
Complementary color
Monochromatic Colors of #68AF9D
Black with #68AF9D
Text Example
Text Example
White with #68AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF9D; }
p { color: rgb(104,175,157); }
H1.HeaderClassName
{
color: #68AF9D;
}
.AnyTagClassName
{
color: #68AF9D;
}
</style>
background-color css
<style>
a { background-color: #68AF9D; }
a { background-color: rgb(104,175,157); }
div.DivClassName
{
background-color: #68AF9D;
}
.BgClassName
{
background-color: #68AF9D;
}
</style>
border-color css
<style>
span { border-color: #68AF9D; }
span { border-color: rgb(104,175,157); }
td.TdClassName
{
border-color: #68AF9D;
}
.TagClassName
{
border-color: #68AF9D;
}
</style>