Shades of Keppel #66B09C
Tints of Keppel #66B09C
RGB
CMYK
RGB Variations
Color information
#66B09C (or 0x66B09C) is known color: Keppel. HEX triplet: 66, B0 and 9C. RGB value is (102,176,156). Sum of RGB (Red+Green+Blue) = 102+176+156=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #66B09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B09C is #994F63. Grayscale: #979797. Windows color (decimal): -10047332 or 10268774. OLE color: 10268774.
HSL color Cylindrical-coordinate representation of color #66B09C: hue angle of 163.78º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B09C is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 176 | 156 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.31 |
| HSL | 163.78º | 0.32% | 0.55% | - |
| HSV(B) | 163.78º | 0.42% | 0.69% | - |
| XYZ | 27.01 | 36.28 | 37.03 | - |
| YUV | 151.59 | 130.48 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 176 | 156 | 0.42 | 0 | 0.11 | 0.31 | 163.78 | 0.32 | 0.55 |
| Hex | 66 | B0 | 9C | 2A | 0 | B | 1F | A4 | 20 | 37 |
| Octal | 146 | 260 | 234 | 52 | 0 | 13 | 37 | 244 | 40 | 67 |
| Binary | 1100110 | 10110000 | 10011100 | 101010 | 0 | 1011 | 11111 | 10100100 | 100000 | 110111 |
Color Harmonies of #66B09C
Complementary color
Monochromatic Colors of #66B09C
Black with #66B09C
Text Example
Text Example
White with #66B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B09C; }
p { color: rgb(102,176,156); }
H1.HeaderClassName
{
color: #66B09C;
}
.AnyTagClassName
{
color: #66B09C;
}
</style>
background-color css
<style>
a { background-color: #66B09C; }
a { background-color: rgb(102,176,156); }
div.DivClassName
{
background-color: #66B09C;
}
.BgClassName
{
background-color: #66B09C;
}
</style>
border-color css
<style>
span { border-color: #66B09C; }
span { border-color: rgb(102,176,156); }
td.TdClassName
{
border-color: #66B09C;
}
.TagClassName
{
border-color: #66B09C;
}
</style>