Shades of Keppel #66B3A2
Tints of Keppel #66B3A2
RGB
CMYK
RGB Variations
Color information
#66B3A2 (or 0x66B3A2) is known color: Keppel. HEX triplet: 66, B3 and A2. RGB value is (102,179,162). Sum of RGB (Red+Green+Blue) = 102+179+162=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #66B3A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B3A2 is #994C5D. Grayscale: #9A9A9A. Windows color (decimal): -10046558 or 10662758. OLE color: 10662758.
HSL color Cylindrical-coordinate representation of color #66B3A2: hue angle of 166.75º 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 #66B3A2 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 102 | 179 | 162 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.30 |
| HSL | 166.75º | 0.34% | 0.55% | - |
| HSV(B) | 166.75º | 0.43% | 0.7% | - |
| XYZ | 28.12 | 37.67 | 39.97 | - |
| YUV | 154.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 162 | 0.43 | 0 | 0.09 | 0.30 | 166.75 | 0.34 | 0.55 |
| Hex | 66 | B3 | A2 | 2B | 0 | 9 | 1E | A7 | 22 | 37 |
| Octal | 146 | 263 | 242 | 53 | 0 | 11 | 36 | 247 | 42 | 67 |
| Binary | 1100110 | 10110011 | 10100010 | 101011 | 0 | 1001 | 11110 | 10100111 | 100010 | 110111 |
Color Harmonies of #66B3A2
Complementary color
Monochromatic Colors of #66B3A2
Black with #66B3A2
Text Example
Text Example
White with #66B3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B3A2; }
p { color: rgb(102,179,162); }
H1.HeaderClassName
{
color: #66B3A2;
}
.AnyTagClassName
{
color: #66B3A2;
}
</style>
background-color css
<style>
a { background-color: #66B3A2; }
a { background-color: rgb(102,179,162); }
div.DivClassName
{
background-color: #66B3A2;
}
.BgClassName
{
background-color: #66B3A2;
}
</style>
border-color css
<style>
span { border-color: #66B3A2; }
span { border-color: rgb(102,179,162); }
td.TdClassName
{
border-color: #66B3A2;
}
.TagClassName
{
border-color: #66B3A2;
}
</style>