Shades of Keppel #4FAE90
Tints of Keppel #4FAE90
RGB
CMYK
RGB Variations
Color information
#4FAE90 (or 0x4FAE90) is known color: Keppel. HEX triplet: 4F, AE and 90. RGB value is (79,174,144). Sum of RGB (Red+Green+Blue) = 79+174+144=397 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.90% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAE90 is #B0516F. Grayscale: #8E8E8E. Windows color (decimal): -11555184 or 9481807. OLE color: 9481807.
HSL color Cylindrical-coordinate representation of color #4FAE90: hue angle of 161.05º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE90 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 174 | 144 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.32 |
| HSL | 161.05º | 0.38% | 0.5% | - |
| HSV(B) | 161.05º | 0.55% | 0.68% | - |
| XYZ | 23.39 | 33.95 | 31.71 | - |
| YUV | 142.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 144 | 0.55 | 0 | 0.17 | 0.32 | 161.05 | 0.38 | 0.5 |
| Hex | 4F | AE | 90 | 37 | 0 | 11 | 20 | A1 | 26 | 32 |
| Octal | 117 | 256 | 220 | 67 | 0 | 21 | 40 | 241 | 46 | 62 |
| Binary | 1001111 | 10101110 | 10010000 | 110111 | 0 | 10001 | 100000 | 10100001 | 100110 | 110010 |
Color Harmonies of #4FAE90
Complementary color
Monochromatic Colors of #4FAE90
Black with #4FAE90
Text Example
Text Example
White with #4FAE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAE90; }
p { color: rgb(79,174,144); }
H1.HeaderClassName
{
color: #4FAE90;
}
.AnyTagClassName
{
color: #4FAE90;
}
</style>
background-color css
<style>
a { background-color: #4FAE90; }
a { background-color: rgb(79,174,144); }
div.DivClassName
{
background-color: #4FAE90;
}
.BgClassName
{
background-color: #4FAE90;
}
</style>
border-color css
<style>
span { border-color: #4FAE90; }
span { border-color: rgb(79,174,144); }
td.TdClassName
{
border-color: #4FAE90;
}
.TagClassName
{
border-color: #4FAE90;
}
</style>