Shades of Keppel #66AF9D
Tints of Keppel #66AF9D
RGB
CMYK
RGB Variations
Color information
#66AF9D (or 0x66AF9D) is known color: Keppel. HEX triplet: 66, AF and 9D. RGB value is (102,175,157). Sum of RGB (Red+Green+Blue) = 102+175+157=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF9D is #995062. Grayscale: #979797. Windows color (decimal): -10047587 or 10334054. OLE color: 10334054.
HSL color Cylindrical-coordinate representation of color #66AF9D: hue angle of 165.21º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF9D is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 175 | 157 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.31 |
| HSL | 165.21º | 0.31% | 0.54% | - |
| HSV(B) | 165.21º | 0.42% | 0.69% | - |
| XYZ | 26.9 | 35.92 | 37.41 | - |
| YUV | 151.12 | 131.32 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 157 | 0.42 | 0 | 0.10 | 0.31 | 165.21 | 0.31 | 0.54 |
| Hex | 66 | AF | 9D | 2A | 0 | A | 1F | A5 | 1F | 36 |
| Octal | 146 | 257 | 235 | 52 | 0 | 12 | 37 | 245 | 37 | 66 |
| Binary | 1100110 | 10101111 | 10011101 | 101010 | 0 | 1010 | 11111 | 10100101 | 11111 | 110110 |
Color Harmonies of #66AF9D
Complementary color
Monochromatic Colors of #66AF9D
Black with #66AF9D
Text Example
Text Example
White with #66AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AF9D; }
p { color: rgb(102,175,157); }
H1.HeaderClassName
{
color: #66AF9D;
}
.AnyTagClassName
{
color: #66AF9D;
}
</style>
background-color css
<style>
a { background-color: #66AF9D; }
a { background-color: rgb(102,175,157); }
div.DivClassName
{
background-color: #66AF9D;
}
.BgClassName
{
background-color: #66AF9D;
}
</style>
border-color css
<style>
span { border-color: #66AF9D; }
span { border-color: rgb(102,175,157); }
td.TdClassName
{
border-color: #66AF9D;
}
.TagClassName
{
border-color: #66AF9D;
}
</style>