Shades of Keppel #4FAF8C
Tints of Keppel #4FAF8C
RGB
CMYK
RGB Variations
Color information
#4FAF8C (or 0x4FAF8C) is known color: Keppel. HEX triplet: 4F, AF and 8C. RGB value is (79,175,140). Sum of RGB (Red+Green+Blue) = 79+175+140=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF8C is #B05073. Grayscale: #8E8E8E. Windows color (decimal): -11554932 or 9219919. OLE color: 9219919.
HSL color Cylindrical-coordinate representation of color #4FAF8C: hue angle of 158.12º 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 #4FAF8C is Cyan = 0.55, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 140 | - |
| CMYK | 0.55 | 0 | 0.2 | 0.31 |
| HSL | 158.13º | 0.38% | 0.5% | - |
| HSV(B) | 158.13º | 0.55% | 0.69% | - |
| XYZ | 23.29 | 34.22 | 30.19 | - |
| YUV | 142.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 140 | 0.55 | 0 | 0.2 | 0.31 | 158.13 | 0.38 | 0.5 |
| Hex | 4F | AF | 8C | 37 | 0 | 14 | 1F | 9E | 26 | 32 |
| Octal | 117 | 257 | 214 | 67 | 0 | 24 | 37 | 236 | 46 | 62 |
| Binary | 1001111 | 10101111 | 10001100 | 110111 | 0 | 10100 | 11111 | 10011110 | 100110 | 110010 |
Color Harmonies of #4FAF8C
Complementary color
Monochromatic Colors of #4FAF8C
Black with #4FAF8C
Text Example
Text Example
White with #4FAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAF8C; }
p { color: rgb(79,175,140); }
H1.HeaderClassName
{
color: #4FAF8C;
}
.AnyTagClassName
{
color: #4FAF8C;
}
</style>
background-color css
<style>
a { background-color: #4FAF8C; }
a { background-color: rgb(79,175,140); }
div.DivClassName
{
background-color: #4FAF8C;
}
.BgClassName
{
background-color: #4FAF8C;
}
</style>
border-color css
<style>
span { border-color: #4FAF8C; }
span { border-color: rgb(79,175,140); }
td.TdClassName
{
border-color: #4FAF8C;
}
.TagClassName
{
border-color: #4FAF8C;
}
</style>