Shades of Keppel #68BFA4
Tints of Keppel #68BFA4
RGB
CMYK
RGB Variations
Color information
#68BFA4 (or 0x68BFA4) is known color: Keppel. HEX triplet: 68, BF and A4. RGB value is (104,191,164). Sum of RGB (Red+Green+Blue) = 104+191+164=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFA4 is #97405B. Grayscale: #A1A1A1. Windows color (decimal): -9912412 or 10796904. OLE color: 10796904.
HSL color Cylindrical-coordinate representation of color #68BFA4: hue angle of 161.38º 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 #68BFA4 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 191 | 164 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.25 |
| HSL | 161.38º | 0.4% | 0.58% | - |
| HSV(B) | 161.38º | 0.46% | 0.75% | - |
| XYZ | 31.04 | 42.89 | 41.76 | - |
| YUV | 161.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 191 | 164 | 0.46 | 0 | 0.14 | 0.25 | 161.38 | 0.4 | 0.58 |
| Hex | 68 | BF | A4 | 2E | 0 | E | 19 | A1 | 28 | 3A |
| Octal | 150 | 277 | 244 | 56 | 0 | 16 | 31 | 241 | 50 | 72 |
| Binary | 1101000 | 10111111 | 10100100 | 101110 | 0 | 1110 | 11001 | 10100001 | 101000 | 111010 |
Color Harmonies of #68BFA4
Complementary color
Monochromatic Colors of #68BFA4
Black with #68BFA4
Text Example
Text Example
White with #68BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BFA4; }
p { color: rgb(104,191,164); }
H1.HeaderClassName
{
color: #68BFA4;
}
.AnyTagClassName
{
color: #68BFA4;
}
</style>
background-color css
<style>
a { background-color: #68BFA4; }
a { background-color: rgb(104,191,164); }
div.DivClassName
{
background-color: #68BFA4;
}
.BgClassName
{
background-color: #68BFA4;
}
</style>
border-color css
<style>
span { border-color: #68BFA4; }
span { border-color: rgb(104,191,164); }
td.TdClassName
{
border-color: #68BFA4;
}
.TagClassName
{
border-color: #68BFA4;
}
</style>