Shades of Keppel #4FAF8E
Tints of Keppel #4FAF8E
RGB
CMYK
RGB Variations
Color information
#4FAF8E (or 0x4FAF8E) is known color: Keppel. HEX triplet: 4F, AF and 8E. RGB value is (79,175,142). Sum of RGB (Red+Green+Blue) = 79+175+142=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF8E is #B05071. Grayscale: #8E8E8E. Windows color (decimal): -11554930 or 9350991. OLE color: 9350991.
HSL color Cylindrical-coordinate representation of color #4FAF8E: hue angle of 159.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAF8E is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 142 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.31 |
| HSL | 159.38º | 0.38% | 0.5% | - |
| HSV(B) | 159.38º | 0.55% | 0.69% | - |
| XYZ | 23.44 | 34.28 | 30.97 | - |
| YUV | 142.53 | 127.7 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 142 | 0.55 | 0 | 0.19 | 0.31 | 159.38 | 0.38 | 0.5 |
| Hex | 4F | AF | 8E | 37 | 0 | 13 | 1F | 9F | 26 | 32 |
| Octal | 117 | 257 | 216 | 67 | 0 | 23 | 37 | 237 | 46 | 62 |
| Binary | 1001111 | 10101111 | 10001110 | 110111 | 0 | 10011 | 11111 | 10011111 | 100110 | 110010 |
Color Harmonies of #4FAF8E
Complementary color
Monochromatic Colors of #4FAF8E
Black with #4FAF8E
Text Example
Text Example
White with #4FAF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAF8E; }
p { color: rgb(79,175,142); }
H1.HeaderClassName
{
color: #4FAF8E;
}
.AnyTagClassName
{
color: #4FAF8E;
}
</style>
background-color css
<style>
a { background-color: #4FAF8E; }
a { background-color: rgb(79,175,142); }
div.DivClassName
{
background-color: #4FAF8E;
}
.BgClassName
{
background-color: #4FAF8E;
}
</style>
border-color css
<style>
span { border-color: #4FAF8E; }
span { border-color: rgb(79,175,142); }
td.TdClassName
{
border-color: #4FAF8E;
}
.TagClassName
{
border-color: #4FAF8E;
}
</style>