Shades of Keppel #68AF9E
Tints of Keppel #68AF9E
RGB
CMYK
RGB Variations
Color information
#68AF9E (or 0x68AF9E) is known color: Keppel. HEX triplet: 68, AF and 9E. RGB value is (104,175,158). Sum of RGB (Red+Green+Blue) = 104+175+158=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF9E is #975061. Grayscale: #979797. Windows color (decimal): -9916514 or 10399592. OLE color: 10399592.
HSL color Cylindrical-coordinate representation of color #68AF9E: hue angle of 165.63º 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 #68AF9E is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 175 | 158 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.31 |
| HSL | 165.63º | 0.31% | 0.55% | - |
| HSV(B) | 165.63º | 0.41% | 0.69% | - |
| XYZ | 27.21 | 36.07 | 37.88 | - |
| YUV | 151.83 | 131.48 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 175 | 158 | 0.41 | 0 | 0.10 | 0.31 | 165.63 | 0.31 | 0.55 |
| Hex | 68 | AF | 9E | 29 | 0 | A | 1F | A6 | 1F | 37 |
| Octal | 150 | 257 | 236 | 51 | 0 | 12 | 37 | 246 | 37 | 67 |
| Binary | 1101000 | 10101111 | 10011110 | 101001 | 0 | 1010 | 11111 | 10100110 | 11111 | 110111 |
Color Harmonies of #68AF9E
Complementary color
Monochromatic Colors of #68AF9E
Black with #68AF9E
Text Example
Text Example
White with #68AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AF9E; }
p { color: rgb(104,175,158); }
H1.HeaderClassName
{
color: #68AF9E;
}
.AnyTagClassName
{
color: #68AF9E;
}
</style>
background-color css
<style>
a { background-color: #68AF9E; }
a { background-color: rgb(104,175,158); }
div.DivClassName
{
background-color: #68AF9E;
}
.BgClassName
{
background-color: #68AF9E;
}
</style>
border-color css
<style>
span { border-color: #68AF9E; }
span { border-color: rgb(104,175,158); }
td.TdClassName
{
border-color: #68AF9E;
}
.TagClassName
{
border-color: #68AF9E;
}
</style>