Shades of Keppel #68AE9A
Tints of Keppel #68AE9A
RGB
CMYK
RGB Variations
Color information
#68AE9A (or 0x68AE9A) is known color: Keppel. HEX triplet: 68, AE and 9A. RGB value is (104,174,154). Sum of RGB (Red+Green+Blue) = 104+174+154=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE9A is #975165. Grayscale: #969696. Windows color (decimal): -9916774 or 10137192. OLE color: 10137192.
HSL color Cylindrical-coordinate representation of color #68AE9A: hue angle of 162.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AE9A is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 174 | 154 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.32 |
| HSL | 162.86º | 0.3% | 0.55% | - |
| HSV(B) | 162.86º | 0.4% | 0.68% | - |
| XYZ | 26.68 | 35.55 | 36.03 | - |
| YUV | 150.79 | 129.81 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 154 | 0.40 | 0 | 0.11 | 0.32 | 162.86 | 0.3 | 0.55 |
| Hex | 68 | AE | 9A | 28 | 0 | B | 20 | A3 | 1E | 37 |
| Octal | 150 | 256 | 232 | 50 | 0 | 13 | 40 | 243 | 36 | 67 |
| Binary | 1101000 | 10101110 | 10011010 | 101000 | 0 | 1011 | 100000 | 10100011 | 11110 | 110111 |
Color Harmonies of #68AE9A
Complementary color
Monochromatic Colors of #68AE9A
Black with #68AE9A
Text Example
Text Example
White with #68AE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AE9A; }
p { color: rgb(104,174,154); }
H1.HeaderClassName
{
color: #68AE9A;
}
.AnyTagClassName
{
color: #68AE9A;
}
</style>
background-color css
<style>
a { background-color: #68AE9A; }
a { background-color: rgb(104,174,154); }
div.DivClassName
{
background-color: #68AE9A;
}
.BgClassName
{
background-color: #68AE9A;
}
</style>
border-color css
<style>
span { border-color: #68AE9A; }
span { border-color: rgb(104,174,154); }
td.TdClassName
{
border-color: #68AE9A;
}
.TagClassName
{
border-color: #68AE9A;
}
</style>