Shades of Keppel #4FBC93
Tints of Keppel #4FBC93
RGB
CMYK
RGB Variations
Color information
#4FBC93 (or 0x4FBC93) is known color: Keppel. HEX triplet: 4F, BC and 93. RGB value is (79,188,147). Sum of RGB (Red+Green+Blue) = 79+188+147=414 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.08% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBC93 is #B0436C. Grayscale: #969696. Windows color (decimal): -11551597 or 9681999. OLE color: 9681999.
HSL color Cylindrical-coordinate representation of color #4FBC93: hue angle of 157.43º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBC93 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 147 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.26 |
| HSL | 157.43º | 0.45% | 0.52% | - |
| HSV(B) | 157.43º | 0.58% | 0.74% | - |
| XYZ | 26.47 | 39.74 | 33.88 | - |
| YUV | 150.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 147 | 0.58 | 0 | 0.22 | 0.26 | 157.43 | 0.45 | 0.52 |
| Hex | 4F | BC | 93 | 3A | 0 | 16 | 1A | 9D | 2D | 34 |
| Octal | 117 | 274 | 223 | 72 | 0 | 26 | 32 | 235 | 55 | 64 |
| Binary | 1001111 | 10111100 | 10010011 | 111010 | 0 | 10110 | 11010 | 10011101 | 101101 | 110100 |
Color Harmonies of #4FBC93
Complementary color
Monochromatic Colors of #4FBC93
Black with #4FBC93
Text Example
Text Example
White with #4FBC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC93; }
p { color: rgb(79,188,147); }
H1.HeaderClassName
{
color: #4FBC93;
}
.AnyTagClassName
{
color: #4FBC93;
}
</style>
background-color css
<style>
a { background-color: #4FBC93; }
a { background-color: rgb(79,188,147); }
div.DivClassName
{
background-color: #4FBC93;
}
.BgClassName
{
background-color: #4FBC93;
}
</style>
border-color css
<style>
span { border-color: #4FBC93; }
span { border-color: rgb(79,188,147); }
td.TdClassName
{
border-color: #4FBC93;
}
.TagClassName
{
border-color: #4FBC93;
}
</style>