Shades of Keppel #67BA9A
Tints of Keppel #67BA9A
RGB
CMYK
RGB Variations
Color information
#67BA9A (or 0x67BA9A) is known color: Keppel. HEX triplet: 67, BA and 9A. RGB value is (103,186,154). Sum of RGB (Red+Green+Blue) = 103+186+154=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BA9A is #984565. Grayscale: #9D9D9D. Windows color (decimal): -9979238 or 10140263. OLE color: 10140263.
HSL color Cylindrical-coordinate representation of color #67BA9A: hue angle of 156.87º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BA9A is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 154 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.27 |
| HSL | 156.87º | 0.38% | 0.57% | - |
| HSV(B) | 156.87º | 0.45% | 0.73% | - |
| XYZ | 28.99 | 40.33 | 36.83 | - |
| YUV | 157.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 154 | 0.45 | 0 | 0.17 | 0.27 | 156.87 | 0.38 | 0.57 |
| Hex | 67 | BA | 9A | 2D | 0 | 11 | 1B | 9D | 26 | 39 |
| Octal | 147 | 272 | 232 | 55 | 0 | 21 | 33 | 235 | 46 | 71 |
| Binary | 1100111 | 10111010 | 10011010 | 101101 | 0 | 10001 | 11011 | 10011101 | 100110 | 111001 |
Color Harmonies of #67BA9A
Complementary color
Monochromatic Colors of #67BA9A
Black with #67BA9A
Text Example
Text Example
White with #67BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA9A; }
p { color: rgb(103,186,154); }
H1.HeaderClassName
{
color: #67BA9A;
}
.AnyTagClassName
{
color: #67BA9A;
}
</style>
background-color css
<style>
a { background-color: #67BA9A; }
a { background-color: rgb(103,186,154); }
div.DivClassName
{
background-color: #67BA9A;
}
.BgClassName
{
background-color: #67BA9A;
}
</style>
border-color css
<style>
span { border-color: #67BA9A; }
span { border-color: rgb(103,186,154); }
td.TdClassName
{
border-color: #67BA9A;
}
.TagClassName
{
border-color: #67BA9A;
}
</style>