Shades of Keppel #64BEA4
Tints of Keppel #64BEA4
RGB
CMYK
RGB Variations
Color information
#64BEA4 (or 0x64BEA4) is known color: Keppel. HEX triplet: 64, BE and A4. RGB value is (100,190,164). Sum of RGB (Red+Green+Blue) = 100+190+164=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #64BEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64BEA4 is #9B415B. Grayscale: #A0A0A0. Windows color (decimal): -10174812 or 10796644. OLE color: 10796644.
HSL color Cylindrical-coordinate representation of color #64BEA4: hue angle of 162.67º 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 #64BEA4 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 100 | 190 | 164 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.25 |
| HSL | 162.67º | 0.41% | 0.57% | - |
| HSV(B) | 162.67º | 0.47% | 0.75% | - |
| XYZ | 30.37 | 42.22 | 41.67 | - |
| YUV | 160.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 164 | 0.47 | 0 | 0.14 | 0.25 | 162.67 | 0.41 | 0.57 |
| Hex | 64 | BE | A4 | 2F | 0 | E | 19 | A3 | 29 | 39 |
| Octal | 144 | 276 | 244 | 57 | 0 | 16 | 31 | 243 | 51 | 71 |
| Binary | 1100100 | 10111110 | 10100100 | 101111 | 0 | 1110 | 11001 | 10100011 | 101001 | 111001 |
Color Harmonies of #64BEA4
Complementary color
Monochromatic Colors of #64BEA4
Black with #64BEA4
Text Example
Text Example
White with #64BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEA4; }
p { color: rgb(100,190,164); }
H1.HeaderClassName
{
color: #64BEA4;
}
.AnyTagClassName
{
color: #64BEA4;
}
</style>
background-color css
<style>
a { background-color: #64BEA4; }
a { background-color: rgb(100,190,164); }
div.DivClassName
{
background-color: #64BEA4;
}
.BgClassName
{
background-color: #64BEA4;
}
</style>
border-color css
<style>
span { border-color: #64BEA4; }
span { border-color: rgb(100,190,164); }
td.TdClassName
{
border-color: #64BEA4;
}
.TagClassName
{
border-color: #64BEA4;
}
</style>