Shades of Keppel #68BC9A
Tints of Keppel #68BC9A
RGB
CMYK
RGB Variations
Color information
#68BC9A (or 0x68BC9A) is known color: Keppel. HEX triplet: 68, BC and 9A. RGB value is (104,188,154). Sum of RGB (Red+Green+Blue) = 104+188+154=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC9A is #974365. Grayscale: #9F9F9F. Windows color (decimal): -9913190 or 10140776. OLE color: 10140776.
HSL color Cylindrical-coordinate representation of color #68BC9A: hue angle of 155.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BC9A is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 154 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.26 |
| HSL | 155.71º | 0.39% | 0.57% | - |
| HSV(B) | 155.71º | 0.45% | 0.74% | - |
| XYZ | 29.52 | 41.24 | 36.98 | - |
| YUV | 159.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 154 | 0.45 | 0 | 0.18 | 0.26 | 155.71 | 0.39 | 0.57 |
| Hex | 68 | BC | 9A | 2D | 0 | 12 | 1A | 9C | 27 | 39 |
| Octal | 150 | 274 | 232 | 55 | 0 | 22 | 32 | 234 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10011010 | 101101 | 0 | 10010 | 11010 | 10011100 | 100111 | 111001 |
Color Harmonies of #68BC9A
Complementary color
Monochromatic Colors of #68BC9A
Black with #68BC9A
Text Example
Text Example
White with #68BC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC9A; }
p { color: rgb(104,188,154); }
H1.HeaderClassName
{
color: #68BC9A;
}
.AnyTagClassName
{
color: #68BC9A;
}
</style>
background-color css
<style>
a { background-color: #68BC9A; }
a { background-color: rgb(104,188,154); }
div.DivClassName
{
background-color: #68BC9A;
}
.BgClassName
{
background-color: #68BC9A;
}
</style>
border-color css
<style>
span { border-color: #68BC9A; }
span { border-color: rgb(104,188,154); }
td.TdClassName
{
border-color: #68BC9A;
}
.TagClassName
{
border-color: #68BC9A;
}
</style>