Shades of Keppel #66B394
Tints of Keppel #66B394
RGB
CMYK
RGB Variations
Color information
#66B394 (or 0x66B394) is known color: Keppel. HEX triplet: 66, B3 and 94. RGB value is (102,179,148). Sum of RGB (Red+Green+Blue) = 102+179+148=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #66B394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B394 is #994C6B. Grayscale: #989898. Windows color (decimal): -10046572 or 9745254. OLE color: 9745254.
HSL color Cylindrical-coordinate representation of color #66B394: hue angle of 155.84º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B394 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 148 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.30 |
| HSL | 155.84º | 0.34% | 0.55% | - |
| HSV(B) | 155.84º | 0.43% | 0.7% | - |
| XYZ | 26.94 | 37.2 | 33.78 | - |
| YUV | 152.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 148 | 0.43 | 0 | 0.17 | 0.30 | 155.84 | 0.34 | 0.55 |
| Hex | 66 | B3 | 94 | 2B | 0 | 11 | 1E | 9C | 22 | 37 |
| Octal | 146 | 263 | 224 | 53 | 0 | 21 | 36 | 234 | 42 | 67 |
| Binary | 1100110 | 10110011 | 10010100 | 101011 | 0 | 10001 | 11110 | 10011100 | 100010 | 110111 |
Color Harmonies of #66B394
Complementary color
Monochromatic Colors of #66B394
Black with #66B394
Text Example
Text Example
White with #66B394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B394; }
p { color: rgb(102,179,148); }
H1.HeaderClassName
{
color: #66B394;
}
.AnyTagClassName
{
color: #66B394;
}
</style>
background-color css
<style>
a { background-color: #66B394; }
a { background-color: rgb(102,179,148); }
div.DivClassName
{
background-color: #66B394;
}
.BgClassName
{
background-color: #66B394;
}
</style>
border-color css
<style>
span { border-color: #66B394; }
span { border-color: rgb(102,179,148); }
td.TdClassName
{
border-color: #66B394;
}
.TagClassName
{
border-color: #66B394;
}
</style>