Shades of Keppel #4CAE8F
Tints of Keppel #4CAE8F
RGB
CMYK
RGB Variations
Color information
#4CAE8F (or 0x4CAE8F) is known color: Keppel. HEX triplet: 4C, AE and 8F. RGB value is (76,174,143). Sum of RGB (Red+Green+Blue) = 76+174+143=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAE8F is #B35170. Grayscale: #8D8D8D. Windows color (decimal): -11751793 or 9416268. OLE color: 9416268.
HSL color Cylindrical-coordinate representation of color #4CAE8F: hue angle of 161.02º 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 #4CAE8F is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 174 | 143 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.32 |
| HSL | 161.02º | 0.39% | 0.49% | - |
| HSV(B) | 161.02º | 0.56% | 0.68% | - |
| XYZ | 23.07 | 33.79 | 31.29 | - |
| YUV | 141.16 | 129.03 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 174 | 143 | 0.56 | 0 | 0.18 | 0.32 | 161.02 | 0.39 | 0.49 |
| Hex | 4C | AE | 8F | 38 | 0 | 12 | 20 | A1 | 27 | 31 |
| Octal | 114 | 256 | 217 | 70 | 0 | 22 | 40 | 241 | 47 | 61 |
| Binary | 1001100 | 10101110 | 10001111 | 111000 | 0 | 10010 | 100000 | 10100001 | 100111 | 110001 |
Color Harmonies of #4CAE8F
Complementary color
Monochromatic Colors of #4CAE8F
Black with #4CAE8F
Text Example
Text Example
White with #4CAE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAE8F; }
p { color: rgb(76,174,143); }
H1.HeaderClassName
{
color: #4CAE8F;
}
.AnyTagClassName
{
color: #4CAE8F;
}
</style>
background-color css
<style>
a { background-color: #4CAE8F; }
a { background-color: rgb(76,174,143); }
div.DivClassName
{
background-color: #4CAE8F;
}
.BgClassName
{
background-color: #4CAE8F;
}
</style>
border-color css
<style>
span { border-color: #4CAE8F; }
span { border-color: rgb(76,174,143); }
td.TdClassName
{
border-color: #4CAE8F;
}
.TagClassName
{
border-color: #4CAE8F;
}
</style>