Shades of Keppel #68BD9B
Tints of Keppel #68BD9B
RGB
CMYK
RGB Variations
Color information
#68BD9B (or 0x68BD9B) is known color: Keppel. HEX triplet: 68, BD and 9B. RGB value is (104,189,155). Sum of RGB (Red+Green+Blue) = 104+189+155=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #68BD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BD9B is #974264. Grayscale: #9F9F9F. Windows color (decimal): -9912933 or 10206568. OLE color: 10206568.
HSL color Cylindrical-coordinate representation of color #68BD9B: hue angle of 156º 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 #68BD9B is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 189 | 155 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.26 |
| HSL | 156º | 0.39% | 0.57% | - |
| HSV(B) | 156º | 0.45% | 0.74% | - |
| XYZ | 29.82 | 41.7 | 37.49 | - |
| YUV | 159.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 155 | 0.45 | 0 | 0.18 | 0.26 | 156 | 0.39 | 0.57 |
| Hex | 68 | BD | 9B | 2D | 0 | 12 | 1A | 9C | 27 | 39 |
| Octal | 150 | 275 | 233 | 55 | 0 | 22 | 32 | 234 | 47 | 71 |
| Binary | 1101000 | 10111101 | 10011011 | 101101 | 0 | 10010 | 11010 | 10011100 | 100111 | 111001 |
Color Harmonies of #68BD9B
Complementary color
Monochromatic Colors of #68BD9B
Black with #68BD9B
Text Example
Text Example
White with #68BD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BD9B; }
p { color: rgb(104,189,155); }
H1.HeaderClassName
{
color: #68BD9B;
}
.AnyTagClassName
{
color: #68BD9B;
}
</style>
background-color css
<style>
a { background-color: #68BD9B; }
a { background-color: rgb(104,189,155); }
div.DivClassName
{
background-color: #68BD9B;
}
.BgClassName
{
background-color: #68BD9B;
}
</style>
border-color css
<style>
span { border-color: #68BD9B; }
span { border-color: rgb(104,189,155); }
td.TdClassName
{
border-color: #68BD9B;
}
.TagClassName
{
border-color: #68BD9B;
}
</style>