Shades of Keppel #66BCA4
Tints of Keppel #66BCA4
RGB
CMYK
RGB Variations
Color information
#66BCA4 (or 0x66BCA4) is known color: Keppel. HEX triplet: 66, BC and A4. RGB value is (102,188,164). Sum of RGB (Red+Green+Blue) = 102+188+164=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BCA4 is #99435B. Grayscale: #9F9F9F. Windows color (decimal): -10044252 or 10796134. OLE color: 10796134.
HSL color Cylindrical-coordinate representation of color #66BCA4: hue angle of 163.26º degrees, saturation: 0.39, 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 #66BCA4 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 164 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.26 |
| HSL | 163.26º | 0.39% | 0.57% | - |
| HSV(B) | 163.26º | 0.46% | 0.74% | - |
| XYZ | 30.16 | 41.47 | 41.54 | - |
| YUV | 159.55 | 130.51 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 164 | 0.46 | 0 | 0.13 | 0.26 | 163.26 | 0.39 | 0.57 |
| Hex | 66 | BC | A4 | 2E | 0 | D | 1A | A3 | 27 | 39 |
| Octal | 146 | 274 | 244 | 56 | 0 | 15 | 32 | 243 | 47 | 71 |
| Binary | 1100110 | 10111100 | 10100100 | 101110 | 0 | 1101 | 11010 | 10100011 | 100111 | 111001 |
Color Harmonies of #66BCA4
Complementary color
Monochromatic Colors of #66BCA4
Black with #66BCA4
Text Example
Text Example
White with #66BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCA4; }
p { color: rgb(102,188,164); }
H1.HeaderClassName
{
color: #66BCA4;
}
.AnyTagClassName
{
color: #66BCA4;
}
</style>
background-color css
<style>
a { background-color: #66BCA4; }
a { background-color: rgb(102,188,164); }
div.DivClassName
{
background-color: #66BCA4;
}
.BgClassName
{
background-color: #66BCA4;
}
</style>
border-color css
<style>
span { border-color: #66BCA4; }
span { border-color: rgb(102,188,164); }
td.TdClassName
{
border-color: #66BCA4;
}
.TagClassName
{
border-color: #66BCA4;
}
</style>