Shades of Keppel #4CBE8F
Tints of Keppel #4CBE8F
RGB
CMYK
RGB Variations
Color information
#4CBE8F (or 0x4CBE8F) is known color: Keppel. HEX triplet: 4C, BE and 8F. RGB value is (76,190,143). Sum of RGB (Red+Green+Blue) = 76+190+143=409 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.58% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBE8F is #B34170. Grayscale: #969696. Windows color (decimal): -11747697 or 9420364. OLE color: 9420364.
HSL color Cylindrical-coordinate representation of color #4CBE8F: hue angle of 155.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBE8F is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 190 | 143 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.25 |
| HSL | 155.26º | 0.47% | 0.52% | - |
| HSV(B) | 155.26º | 0.6% | 0.75% | - |
| XYZ | 26.35 | 40.35 | 32.39 | - |
| YUV | 150.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 190 | 143 | 0.60 | 0 | 0.25 | 0.25 | 155.26 | 0.47 | 0.52 |
| Hex | 4C | BE | 8F | 3C | 0 | 19 | 19 | 9B | 2F | 34 |
| Octal | 114 | 276 | 217 | 74 | 0 | 31 | 31 | 233 | 57 | 64 |
| Binary | 1001100 | 10111110 | 10001111 | 111100 | 0 | 11001 | 11001 | 10011011 | 101111 | 110100 |
Color Harmonies of #4CBE8F
Complementary color
Monochromatic Colors of #4CBE8F
Black with #4CBE8F
Text Example
Text Example
White with #4CBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBE8F; }
p { color: rgb(76,190,143); }
H1.HeaderClassName
{
color: #4CBE8F;
}
.AnyTagClassName
{
color: #4CBE8F;
}
</style>
background-color css
<style>
a { background-color: #4CBE8F; }
a { background-color: rgb(76,190,143); }
div.DivClassName
{
background-color: #4CBE8F;
}
.BgClassName
{
background-color: #4CBE8F;
}
</style>
border-color css
<style>
span { border-color: #4CBE8F; }
span { border-color: rgb(76,190,143); }
td.TdClassName
{
border-color: #4CBE8F;
}
.TagClassName
{
border-color: #4CBE8F;
}
</style>