Shades of Keppel #69BA9B
Tints of Keppel #69BA9B
RGB
CMYK
RGB Variations
Color information
#69BA9B (or 0x69BA9B) is known color: Keppel. HEX triplet: 69, BA and 9B. RGB value is (105,186,155). Sum of RGB (Red+Green+Blue) = 105+186+155=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BA9B is #964564. Grayscale: #9E9E9E. Windows color (decimal): -9848165 or 10205801. OLE color: 10205801.
HSL color Cylindrical-coordinate representation of color #69BA9B: hue angle of 157.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BA9B is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 186 | 155 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.27 |
| HSL | 157.04º | 0.37% | 0.57% | - |
| HSV(B) | 157.04º | 0.44% | 0.73% | - |
| XYZ | 29.3 | 40.49 | 37.28 | - |
| YUV | 158.25 | 126.16 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 155 | 0.44 | 0 | 0.17 | 0.27 | 157.04 | 0.37 | 0.57 |
| Hex | 69 | BA | 9B | 2C | 0 | 11 | 1B | 9D | 25 | 39 |
| Octal | 151 | 272 | 233 | 54 | 0 | 21 | 33 | 235 | 45 | 71 |
| Binary | 1101001 | 10111010 | 10011011 | 101100 | 0 | 10001 | 11011 | 10011101 | 100101 | 111001 |
Color Harmonies of #69BA9B
Complementary color
Monochromatic Colors of #69BA9B
Black with #69BA9B
Text Example
Text Example
White with #69BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BA9B; }
p { color: rgb(105,186,155); }
H1.HeaderClassName
{
color: #69BA9B;
}
.AnyTagClassName
{
color: #69BA9B;
}
</style>
background-color css
<style>
a { background-color: #69BA9B; }
a { background-color: rgb(105,186,155); }
div.DivClassName
{
background-color: #69BA9B;
}
.BgClassName
{
background-color: #69BA9B;
}
</style>
border-color css
<style>
span { border-color: #69BA9B; }
span { border-color: rgb(105,186,155); }
td.TdClassName
{
border-color: #69BA9B;
}
.TagClassName
{
border-color: #69BA9B;
}
</style>