Shades of Keppel #68BDA1
Tints of Keppel #68BDA1
RGB
CMYK
RGB Variations
Color information
#68BDA1 (or 0x68BDA1) is known color: Keppel. HEX triplet: 68, BD and A1. RGB value is (104,189,161). Sum of RGB (Red+Green+Blue) = 104+189+161=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #68BDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BDA1 is #97425E. Grayscale: #A0A0A0. Windows color (decimal): -9912927 or 10599784. OLE color: 10599784.
HSL color Cylindrical-coordinate representation of color #68BDA1: hue angle of 160.24º 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 #68BDA1 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 161 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.26 |
| HSL | 160.24º | 0.39% | 0.57% | - |
| HSV(B) | 160.24º | 0.45% | 0.74% | - |
| XYZ | 30.34 | 41.91 | 40.21 | - |
| YUV | 160.39 | 128.34 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 161 | 0.45 | 0 | 0.15 | 0.26 | 160.24 | 0.39 | 0.57 |
| Hex | 68 | BD | A1 | 2D | 0 | F | 1A | A0 | 27 | 39 |
| Octal | 150 | 275 | 241 | 55 | 0 | 17 | 32 | 240 | 47 | 71 |
| Binary | 1101000 | 10111101 | 10100001 | 101101 | 0 | 1111 | 11010 | 10100000 | 100111 | 111001 |
Color Harmonies of #68BDA1
Complementary color
Monochromatic Colors of #68BDA1
Black with #68BDA1
Text Example
Text Example
White with #68BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDA1; }
p { color: rgb(104,189,161); }
H1.HeaderClassName
{
color: #68BDA1;
}
.AnyTagClassName
{
color: #68BDA1;
}
</style>
background-color css
<style>
a { background-color: #68BDA1; }
a { background-color: rgb(104,189,161); }
div.DivClassName
{
background-color: #68BDA1;
}
.BgClassName
{
background-color: #68BDA1;
}
</style>
border-color css
<style>
span { border-color: #68BDA1; }
span { border-color: rgb(104,189,161); }
td.TdClassName
{
border-color: #68BDA1;
}
.TagClassName
{
border-color: #68BDA1;
}
</style>