Shades of Keppel #64AE90
Tints of Keppel #64AE90
RGB
CMYK
RGB Variations
Color information
#64AE90 (or 0x64AE90) is known color: Keppel. HEX triplet: 64, AE and 90. RGB value is (100,174,144). Sum of RGB (Red+Green+Blue) = 100+174+144=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AE90 is #9B516F. Grayscale: #949494. Windows color (decimal): -10178928 or 9481828. OLE color: 9481828.
HSL color Cylindrical-coordinate representation of color #64AE90: hue angle of 155.68º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE90 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 174 | 144 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.32 |
| HSL | 155.68º | 0.31% | 0.54% | - |
| HSV(B) | 155.68º | 0.43% | 0.68% | - |
| XYZ | 25.43 | 35 | 31.8 | - |
| YUV | 148.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 174 | 144 | 0.43 | 0 | 0.17 | 0.32 | 155.68 | 0.31 | 0.54 |
| Hex | 64 | AE | 90 | 2B | 0 | 11 | 20 | 9C | 1F | 36 |
| Octal | 144 | 256 | 220 | 53 | 0 | 21 | 40 | 234 | 37 | 66 |
| Binary | 1100100 | 10101110 | 10010000 | 101011 | 0 | 10001 | 100000 | 10011100 | 11111 | 110110 |
Color Harmonies of #64AE90
Complementary color
Monochromatic Colors of #64AE90
Black with #64AE90
Text Example
Text Example
White with #64AE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64AE90; }
p { color: rgb(100,174,144); }
H1.HeaderClassName
{
color: #64AE90;
}
.AnyTagClassName
{
color: #64AE90;
}
</style>
background-color css
<style>
a { background-color: #64AE90; }
a { background-color: rgb(100,174,144); }
div.DivClassName
{
background-color: #64AE90;
}
.BgClassName
{
background-color: #64AE90;
}
</style>
border-color css
<style>
span { border-color: #64AE90; }
span { border-color: rgb(100,174,144); }
td.TdClassName
{
border-color: #64AE90;
}
.TagClassName
{
border-color: #64AE90;
}
</style>