Shades of Keppel #67B299
Tints of Keppel #67B299
RGB
CMYK
RGB Variations
Color information
#67B299 (or 0x67B299) is known color: Keppel. HEX triplet: 67, B2 and 99. RGB value is (103,178,153). Sum of RGB (Red+Green+Blue) = 103+178+153=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #67B299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67B299 is #984D66. Grayscale: #989898. Windows color (decimal): -9981287 or 10072679. OLE color: 10072679.
HSL color Cylindrical-coordinate representation of color #67B299: hue angle of 160º 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 #67B299 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 178 | 153 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.30 |
| HSL | 160º | 0.33% | 0.55% | - |
| HSV(B) | 160º | 0.42% | 0.7% | - |
| XYZ | 27.26 | 37.02 | 35.85 | - |
| YUV | 152.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 178 | 153 | 0.42 | 0 | 0.14 | 0.30 | 160 | 0.33 | 0.55 |
| Hex | 67 | B2 | 99 | 2A | 0 | E | 1E | A0 | 21 | 37 |
| Octal | 147 | 262 | 231 | 52 | 0 | 16 | 36 | 240 | 41 | 67 |
| Binary | 1100111 | 10110010 | 10011001 | 101010 | 0 | 1110 | 11110 | 10100000 | 100001 | 110111 |
Color Harmonies of #67B299
Complementary color
Monochromatic Colors of #67B299
Black with #67B299
Text Example
Text Example
White with #67B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B299; }
p { color: rgb(103,178,153); }
H1.HeaderClassName
{
color: #67B299;
}
.AnyTagClassName
{
color: #67B299;
}
</style>
background-color css
<style>
a { background-color: #67B299; }
a { background-color: rgb(103,178,153); }
div.DivClassName
{
background-color: #67B299;
}
.BgClassName
{
background-color: #67B299;
}
</style>
border-color css
<style>
span { border-color: #67B299; }
span { border-color: rgb(103,178,153); }
td.TdClassName
{
border-color: #67B299;
}
.TagClassName
{
border-color: #67B299;
}
</style>