Shades of Keppel #66BFA4
Tints of Keppel #66BFA4
RGB
CMYK
RGB Variations
Color information
#66BFA4 (or 0x66BFA4) is known color: Keppel. HEX triplet: 66, BF and A4. RGB value is (102,191,164). Sum of RGB (Red+Green+Blue) = 102+191+164=457 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.32% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #66BFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BFA4 is #99405B. Grayscale: #A1A1A1. Windows color (decimal): -10043484 or 10796902. OLE color: 10796902.
HSL color Cylindrical-coordinate representation of color #66BFA4: hue angle of 161.8º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BFA4 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 191 | 164 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.25 |
| HSL | 161.8º | 0.41% | 0.57% | - |
| HSV(B) | 161.8º | 0.47% | 0.75% | - |
| XYZ | 30.81 | 42.77 | 41.75 | - |
| YUV | 161.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 164 | 0.47 | 0 | 0.14 | 0.25 | 161.8 | 0.41 | 0.57 |
| Hex | 66 | BF | A4 | 2F | 0 | E | 19 | A2 | 29 | 39 |
| Octal | 146 | 277 | 244 | 57 | 0 | 16 | 31 | 242 | 51 | 71 |
| Binary | 1100110 | 10111111 | 10100100 | 101111 | 0 | 1110 | 11001 | 10100010 | 101001 | 111001 |
Color Harmonies of #66BFA4
Complementary color
Monochromatic Colors of #66BFA4
Black with #66BFA4
Text Example
Text Example
White with #66BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFA4; }
p { color: rgb(102,191,164); }
H1.HeaderClassName
{
color: #66BFA4;
}
.AnyTagClassName
{
color: #66BFA4;
}
</style>
background-color css
<style>
a { background-color: #66BFA4; }
a { background-color: rgb(102,191,164); }
div.DivClassName
{
background-color: #66BFA4;
}
.BgClassName
{
background-color: #66BFA4;
}
</style>
border-color css
<style>
span { border-color: #66BFA4; }
span { border-color: rgb(102,191,164); }
td.TdClassName
{
border-color: #66BFA4;
}
.TagClassName
{
border-color: #66BFA4;
}
</style>