Shades of Keppel #68BFA1
Tints of Keppel #68BFA1
RGB
CMYK
RGB Variations
Color information
#68BFA1 (or 0x68BFA1) is known color: Keppel. HEX triplet: 68, BF and A1. RGB value is (104,191,161). Sum of RGB (Red+Green+Blue) = 104+191+161=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFA1 is #97405E. Grayscale: #A1A1A1. Windows color (decimal): -9912415 or 10600296. OLE color: 10600296.
HSL color Cylindrical-coordinate representation of color #68BFA1: hue angle of 159.31º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BFA1 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 161 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.25 |
| HSL | 159.31º | 0.4% | 0.58% | - |
| HSV(B) | 159.31º | 0.46% | 0.75% | - |
| XYZ | 30.77 | 42.78 | 40.35 | - |
| YUV | 161.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 161 | 0.46 | 0 | 0.16 | 0.25 | 159.31 | 0.4 | 0.58 |
| Hex | 68 | BF | A1 | 2E | 0 | 10 | 19 | 9F | 28 | 3A |
| Octal | 150 | 277 | 241 | 56 | 0 | 20 | 31 | 237 | 50 | 72 |
| Binary | 1101000 | 10111111 | 10100001 | 101110 | 0 | 10000 | 11001 | 10011111 | 101000 | 111010 |
Color Harmonies of #68BFA1
Complementary color
Monochromatic Colors of #68BFA1
Black with #68BFA1
Text Example
Text Example
White with #68BFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFA1; }
p { color: rgb(104,191,161); }
H1.HeaderClassName
{
color: #68BFA1;
}
.AnyTagClassName
{
color: #68BFA1;
}
</style>
background-color css
<style>
a { background-color: #68BFA1; }
a { background-color: rgb(104,191,161); }
div.DivClassName
{
background-color: #68BFA1;
}
.BgClassName
{
background-color: #68BFA1;
}
</style>
border-color css
<style>
span { border-color: #68BFA1; }
span { border-color: rgb(104,191,161); }
td.TdClassName
{
border-color: #68BFA1;
}
.TagClassName
{
border-color: #68BFA1;
}
</style>