Shades of Keppel #66BAA2
Tints of Keppel #66BAA2
RGB
CMYK
RGB Variations
Color information
#66BAA2 (or 0x66BAA2) is known color: Keppel. HEX triplet: 66, BA and A2. RGB value is (102,186,162). Sum of RGB (Red+Green+Blue) = 102+186+162=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #66BAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BAA2 is #99455D. Grayscale: #9E9E9E. Windows color (decimal): -10044766 or 10664550. OLE color: 10664550.
HSL color Cylindrical-coordinate representation of color #66BAA2: hue angle of 162.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BAA2 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 186 | 162 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.27 |
| HSL | 162.86º | 0.38% | 0.56% | - |
| HSV(B) | 162.86º | 0.45% | 0.73% | - |
| XYZ | 29.56 | 40.55 | 40.45 | - |
| YUV | 158.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 162 | 0.45 | 0 | 0.13 | 0.27 | 162.86 | 0.38 | 0.56 |
| Hex | 66 | BA | A2 | 2D | 0 | D | 1B | A3 | 26 | 38 |
| Octal | 146 | 272 | 242 | 55 | 0 | 15 | 33 | 243 | 46 | 70 |
| Binary | 1100110 | 10111010 | 10100010 | 101101 | 0 | 1101 | 11011 | 10100011 | 100110 | 111000 |
Color Harmonies of #66BAA2
Complementary color
Monochromatic Colors of #66BAA2
Black with #66BAA2
Text Example
Text Example
White with #66BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BAA2; }
p { color: rgb(102,186,162); }
H1.HeaderClassName
{
color: #66BAA2;
}
.AnyTagClassName
{
color: #66BAA2;
}
</style>
background-color css
<style>
a { background-color: #66BAA2; }
a { background-color: rgb(102,186,162); }
div.DivClassName
{
background-color: #66BAA2;
}
.BgClassName
{
background-color: #66BAA2;
}
</style>
border-color css
<style>
span { border-color: #66BAA2; }
span { border-color: rgb(102,186,162); }
td.TdClassName
{
border-color: #66BAA2;
}
.TagClassName
{
border-color: #66BAA2;
}
</style>