Shades of Keppel #4CAE8D
Tints of Keppel #4CAE8D
RGB
CMYK
RGB Variations
Color information
#4CAE8D (or 0x4CAE8D) is known color: Keppel. HEX triplet: 4C, AE and 8D. RGB value is (76,174,141). Sum of RGB (Red+Green+Blue) = 76+174+141=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAE8D is #B35172. Grayscale: #8C8C8C. Windows color (decimal): -11751795 or 9285196. OLE color: 9285196.
HSL color Cylindrical-coordinate representation of color #4CAE8D: hue angle of 159.8º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAE8D is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 174 | 141 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.32 |
| HSL | 159.8º | 0.39% | 0.49% | - |
| HSV(B) | 159.8º | 0.56% | 0.68% | - |
| XYZ | 22.92 | 33.73 | 30.5 | - |
| YUV | 140.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 174 | 141 | 0.56 | 0 | 0.19 | 0.32 | 159.8 | 0.39 | 0.49 |
| Hex | 4C | AE | 8D | 38 | 0 | 13 | 20 | A0 | 27 | 31 |
| Octal | 114 | 256 | 215 | 70 | 0 | 23 | 40 | 240 | 47 | 61 |
| Binary | 1001100 | 10101110 | 10001101 | 111000 | 0 | 10011 | 100000 | 10100000 | 100111 | 110001 |
Color Harmonies of #4CAE8D
Complementary color
Monochromatic Colors of #4CAE8D
Black with #4CAE8D
Text Example
Text Example
White with #4CAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAE8D; }
p { color: rgb(76,174,141); }
H1.HeaderClassName
{
color: #4CAE8D;
}
.AnyTagClassName
{
color: #4CAE8D;
}
</style>
background-color css
<style>
a { background-color: #4CAE8D; }
a { background-color: rgb(76,174,141); }
div.DivClassName
{
background-color: #4CAE8D;
}
.BgClassName
{
background-color: #4CAE8D;
}
</style>
border-color css
<style>
span { border-color: #4CAE8D; }
span { border-color: rgb(76,174,141); }
td.TdClassName
{
border-color: #4CAE8D;
}
.TagClassName
{
border-color: #4CAE8D;
}
</style>