Shades of Keppel #66BD9C
Tints of Keppel #66BD9C
RGB
CMYK
RGB Variations
Color information
#66BD9C (or 0x66BD9C) is known color: Keppel. HEX triplet: 66, BD and 9C. RGB value is (102,189,156). Sum of RGB (Red+Green+Blue) = 102+189+156=447 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.82% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BD9C is #994263. Grayscale: #9F9F9F. Windows color (decimal): -10044004 or 10272102. OLE color: 10272102.
HSL color Cylindrical-coordinate representation of color #66BD9C: hue angle of 157.24º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BD9C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 156 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.26 |
| HSL | 157.24º | 0.4% | 0.57% | - |
| HSV(B) | 157.24º | 0.46% | 0.74% | - |
| XYZ | 29.68 | 41.62 | 37.92 | - |
| YUV | 159.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 156 | 0.46 | 0 | 0.17 | 0.26 | 157.24 | 0.4 | 0.57 |
| Hex | 66 | BD | 9C | 2E | 0 | 11 | 1A | 9D | 28 | 39 |
| Octal | 146 | 275 | 234 | 56 | 0 | 21 | 32 | 235 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10011100 | 101110 | 0 | 10001 | 11010 | 10011101 | 101000 | 111001 |
Color Harmonies of #66BD9C
Complementary color
Monochromatic Colors of #66BD9C
Black with #66BD9C
Text Example
Text Example
White with #66BD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BD9C; }
p { color: rgb(102,189,156); }
H1.HeaderClassName
{
color: #66BD9C;
}
.AnyTagClassName
{
color: #66BD9C;
}
</style>
background-color css
<style>
a { background-color: #66BD9C; }
a { background-color: rgb(102,189,156); }
div.DivClassName
{
background-color: #66BD9C;
}
.BgClassName
{
background-color: #66BD9C;
}
</style>
border-color css
<style>
span { border-color: #66BD9C; }
span { border-color: rgb(102,189,156); }
td.TdClassName
{
border-color: #66BD9C;
}
.TagClassName
{
border-color: #66BD9C;
}
</style>