Shades of Keppel #4CAE94
Tints of Keppel #4CAE94
RGB
CMYK
RGB Variations
Color information
#4CAE94 (or 0x4CAE94) is known color: Keppel. HEX triplet: 4C, AE and 94. RGB value is (76,174,148). Sum of RGB (Red+Green+Blue) = 76+174+148=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAE94 is #B3516B. Grayscale: #8D8D8D. Windows color (decimal): -11751788 or 9743948. OLE color: 9743948.
HSL color Cylindrical-coordinate representation of color #4CAE94: hue angle of 164.08º 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 #4CAE94 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 174 | 148 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.32 |
| HSL | 164.08º | 0.39% | 0.49% | - |
| HSV(B) | 164.08º | 0.56% | 0.68% | - |
| XYZ | 23.46 | 33.95 | 33.33 | - |
| YUV | 141.73 | 131.53 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 174 | 148 | 0.56 | 0 | 0.15 | 0.32 | 164.08 | 0.39 | 0.49 |
| Hex | 4C | AE | 94 | 38 | 0 | F | 20 | A4 | 27 | 31 |
| Octal | 114 | 256 | 224 | 70 | 0 | 17 | 40 | 244 | 47 | 61 |
| Binary | 1001100 | 10101110 | 10010100 | 111000 | 0 | 1111 | 100000 | 10100100 | 100111 | 110001 |
Color Harmonies of #4CAE94
Complementary color
Monochromatic Colors of #4CAE94
Black with #4CAE94
Text Example
Text Example
White with #4CAE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAE94; }
p { color: rgb(76,174,148); }
H1.HeaderClassName
{
color: #4CAE94;
}
.AnyTagClassName
{
color: #4CAE94;
}
</style>
background-color css
<style>
a { background-color: #4CAE94; }
a { background-color: rgb(76,174,148); }
div.DivClassName
{
background-color: #4CAE94;
}
.BgClassName
{
background-color: #4CAE94;
}
</style>
border-color css
<style>
span { border-color: #4CAE94; }
span { border-color: rgb(76,174,148); }
td.TdClassName
{
border-color: #4CAE94;
}
.TagClassName
{
border-color: #4CAE94;
}
</style>