Shades of Keppel #67B294
Tints of Keppel #67B294
RGB
CMYK
RGB Variations
Color information
#67B294 (or 0x67B294) is known color: Keppel. HEX triplet: 67, B2 and 94. RGB value is (103,178,148). Sum of RGB (Red+Green+Blue) = 103+178+148=429 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.01% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #67B294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67B294 is #984D6B. Grayscale: #989898. Windows color (decimal): -9981292 or 9744999. OLE color: 9744999.
HSL color Cylindrical-coordinate representation of color #67B294: hue angle of 156º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67B294 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 178 | 148 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.30 |
| HSL | 156º | 0.33% | 0.55% | - |
| HSV(B) | 156º | 0.42% | 0.7% | - |
| XYZ | 26.86 | 36.86 | 33.72 | - |
| YUV | 152.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 178 | 148 | 0.42 | 0 | 0.17 | 0.30 | 156 | 0.33 | 0.55 |
| Hex | 67 | B2 | 94 | 2A | 0 | 11 | 1E | 9C | 21 | 37 |
| Octal | 147 | 262 | 224 | 52 | 0 | 21 | 36 | 234 | 41 | 67 |
| Binary | 1100111 | 10110010 | 10010100 | 101010 | 0 | 10001 | 11110 | 10011100 | 100001 | 110111 |
Color Harmonies of #67B294
Complementary color
Monochromatic Colors of #67B294
Black with #67B294
Text Example
Text Example
White with #67B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B294; }
p { color: rgb(103,178,148); }
H1.HeaderClassName
{
color: #67B294;
}
.AnyTagClassName
{
color: #67B294;
}
</style>
background-color css
<style>
a { background-color: #67B294; }
a { background-color: rgb(103,178,148); }
div.DivClassName
{
background-color: #67B294;
}
.BgClassName
{
background-color: #67B294;
}
</style>
border-color css
<style>
span { border-color: #67B294; }
span { border-color: rgb(103,178,148); }
td.TdClassName
{
border-color: #67B294;
}
.TagClassName
{
border-color: #67B294;
}
</style>