Shades of Keppel #68BEA0
Tints of Keppel #68BEA0
RGB
CMYK
RGB Variations
Color information
#68BEA0 (or 0x68BEA0) is known color: Keppel. HEX triplet: 68, BE and A0. RGB value is (104,190,160). Sum of RGB (Red+Green+Blue) = 104+190+160=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BEA0 is #97415F. Grayscale: #A0A0A0. Windows color (decimal): -9912672 or 10534504. OLE color: 10534504.
HSL color Cylindrical-coordinate representation of color #68BEA0: hue angle of 159.07º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEA0 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 160 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.25 |
| HSL | 159.07º | 0.4% | 0.58% | - |
| HSV(B) | 159.07º | 0.45% | 0.75% | - |
| XYZ | 30.47 | 42.31 | 39.82 | - |
| YUV | 160.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 160 | 0.45 | 0 | 0.16 | 0.25 | 159.07 | 0.4 | 0.58 |
| Hex | 68 | BE | A0 | 2D | 0 | 10 | 19 | 9F | 28 | 3A |
| Octal | 150 | 276 | 240 | 55 | 0 | 20 | 31 | 237 | 50 | 72 |
| Binary | 1101000 | 10111110 | 10100000 | 101101 | 0 | 10000 | 11001 | 10011111 | 101000 | 111010 |
Color Harmonies of #68BEA0
Complementary color
Monochromatic Colors of #68BEA0
Black with #68BEA0
Text Example
Text Example
White with #68BEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEA0; }
p { color: rgb(104,190,160); }
H1.HeaderClassName
{
color: #68BEA0;
}
.AnyTagClassName
{
color: #68BEA0;
}
</style>
background-color css
<style>
a { background-color: #68BEA0; }
a { background-color: rgb(104,190,160); }
div.DivClassName
{
background-color: #68BEA0;
}
.BgClassName
{
background-color: #68BEA0;
}
</style>
border-color css
<style>
span { border-color: #68BEA0; }
span { border-color: rgb(104,190,160); }
td.TdClassName
{
border-color: #68BEA0;
}
.TagClassName
{
border-color: #68BEA0;
}
</style>