Shades of Keppel #66BBA1
Tints of Keppel #66BBA1
RGB
CMYK
RGB Variations
Color information
#66BBA1 (or 0x66BBA1) is known color: Keppel. HEX triplet: 66, BB and A1. RGB value is (102,187,161). Sum of RGB (Red+Green+Blue) = 102+187+161=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #66BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BBA1 is #99445E. Grayscale: #9E9E9E. Windows color (decimal): -10044511 or 10599270. OLE color: 10599270.
HSL color Cylindrical-coordinate representation of color #66BBA1: hue angle of 161.65º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BBA1 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 187 | 161 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.27 |
| HSL | 161.65º | 0.38% | 0.57% | - |
| HSV(B) | 161.65º | 0.45% | 0.73% | - |
| XYZ | 29.68 | 40.94 | 40.06 | - |
| YUV | 158.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 161 | 0.45 | 0 | 0.14 | 0.27 | 161.65 | 0.38 | 0.57 |
| Hex | 66 | BB | A1 | 2D | 0 | E | 1B | A2 | 26 | 39 |
| Octal | 146 | 273 | 241 | 55 | 0 | 16 | 33 | 242 | 46 | 71 |
| Binary | 1100110 | 10111011 | 10100001 | 101101 | 0 | 1110 | 11011 | 10100010 | 100110 | 111001 |
Color Harmonies of #66BBA1
Complementary color
Monochromatic Colors of #66BBA1
Black with #66BBA1
Text Example
Text Example
White with #66BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBA1; }
p { color: rgb(102,187,161); }
H1.HeaderClassName
{
color: #66BBA1;
}
.AnyTagClassName
{
color: #66BBA1;
}
</style>
background-color css
<style>
a { background-color: #66BBA1; }
a { background-color: rgb(102,187,161); }
div.DivClassName
{
background-color: #66BBA1;
}
.BgClassName
{
background-color: #66BBA1;
}
</style>
border-color css
<style>
span { border-color: #66BBA1; }
span { border-color: rgb(102,187,161); }
td.TdClassName
{
border-color: #66BBA1;
}
.TagClassName
{
border-color: #66BBA1;
}
</style>