Shades of Keppel #66BDA4
Tints of Keppel #66BDA4
RGB
CMYK
RGB Variations
Color information
#66BDA4 (or 0x66BDA4) is known color: Keppel. HEX triplet: 66, BD and A4. RGB value is (102,189,164). Sum of RGB (Red+Green+Blue) = 102+189+164=455 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.42% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #66BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BDA4 is #99425B. Grayscale: #A0A0A0. Windows color (decimal): -10043996 or 10796390. OLE color: 10796390.
HSL color Cylindrical-coordinate representation of color #66BDA4: hue angle of 162.76º degrees, saturation: 0.4, 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 #66BDA4 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 189 | 164 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.26 |
| HSL | 162.76º | 0.4% | 0.57% | - |
| HSV(B) | 162.76º | 0.46% | 0.74% | - |
| XYZ | 30.38 | 41.9 | 41.61 | - |
| YUV | 160.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 164 | 0.46 | 0 | 0.13 | 0.26 | 162.76 | 0.4 | 0.57 |
| Hex | 66 | BD | A4 | 2E | 0 | D | 1A | A3 | 28 | 39 |
| Octal | 146 | 275 | 244 | 56 | 0 | 15 | 32 | 243 | 50 | 71 |
| Binary | 1100110 | 10111101 | 10100100 | 101110 | 0 | 1101 | 11010 | 10100011 | 101000 | 111001 |
Color Harmonies of #66BDA4
Complementary color
Monochromatic Colors of #66BDA4
Black with #66BDA4
Text Example
Text Example
White with #66BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDA4; }
p { color: rgb(102,189,164); }
H1.HeaderClassName
{
color: #66BDA4;
}
.AnyTagClassName
{
color: #66BDA4;
}
</style>
background-color css
<style>
a { background-color: #66BDA4; }
a { background-color: rgb(102,189,164); }
div.DivClassName
{
background-color: #66BDA4;
}
.BgClassName
{
background-color: #66BDA4;
}
</style>
border-color css
<style>
span { border-color: #66BDA4; }
span { border-color: rgb(102,189,164); }
td.TdClassName
{
border-color: #66BDA4;
}
.TagClassName
{
border-color: #66BDA4;
}
</style>