Shades of Keppel #4CAF8E
Tints of Keppel #4CAF8E
RGB
CMYK
RGB Variations
Color information
#4CAF8E (or 0x4CAF8E) is known color: Keppel. HEX triplet: 4C, AF and 8E. RGB value is (76,175,142). Sum of RGB (Red+Green+Blue) = 76+175+142=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAF8E is #B35071. Grayscale: #8D8D8D. Windows color (decimal): -11751538 or 9350988. OLE color: 9350988.
HSL color Cylindrical-coordinate representation of color #4CAF8E: hue angle of 160º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CAF8E is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 175 | 142 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.31 |
| HSL | 160º | 0.39% | 0.49% | - |
| HSV(B) | 160º | 0.57% | 0.69% | - |
| XYZ | 23.19 | 34.15 | 30.96 | - |
| YUV | 141.64 | 128.2 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 175 | 142 | 0.57 | 0 | 0.19 | 0.31 | 160 | 0.39 | 0.49 |
| Hex | 4C | AF | 8E | 39 | 0 | 13 | 1F | A0 | 27 | 31 |
| Octal | 114 | 257 | 216 | 71 | 0 | 23 | 37 | 240 | 47 | 61 |
| Binary | 1001100 | 10101111 | 10001110 | 111001 | 0 | 10011 | 11111 | 10100000 | 100111 | 110001 |
Color Harmonies of #4CAF8E
Complementary color
Monochromatic Colors of #4CAF8E
Black with #4CAF8E
Text Example
Text Example
White with #4CAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAF8E; }
p { color: rgb(76,175,142); }
H1.HeaderClassName
{
color: #4CAF8E;
}
.AnyTagClassName
{
color: #4CAF8E;
}
</style>
background-color css
<style>
a { background-color: #4CAF8E; }
a { background-color: rgb(76,175,142); }
div.DivClassName
{
background-color: #4CAF8E;
}
.BgClassName
{
background-color: #4CAF8E;
}
</style>
border-color css
<style>
span { border-color: #4CAF8E; }
span { border-color: rgb(76,175,142); }
td.TdClassName
{
border-color: #4CAF8E;
}
.TagClassName
{
border-color: #4CAF8E;
}
</style>