Shades of Keppel #4ABE8F
Tints of Keppel #4ABE8F
RGB
CMYK
RGB Variations
Color information
#4ABE8F (or 0x4ABE8F) is known color: Keppel. HEX triplet: 4A, BE and 8F. RGB value is (74,190,143). Sum of RGB (Red+Green+Blue) = 74+190+143=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ABE8F is #B54170. Grayscale: #969696. Windows color (decimal): -11878769 or 9420362. OLE color: 9420362.
HSL color Cylindrical-coordinate representation of color #4ABE8F: hue angle of 155.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE8F is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 190 | 143 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.25 |
| HSL | 155.69º | 0.47% | 0.52% | - |
| HSV(B) | 155.69º | 0.61% | 0.75% | - |
| XYZ | 26.2 | 40.27 | 32.38 | - |
| YUV | 149.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 143 | 0.61 | 0 | 0.25 | 0.25 | 155.69 | 0.47 | 0.52 |
| Hex | 4A | BE | 8F | 3D | 0 | 19 | 19 | 9C | 2F | 34 |
| Octal | 112 | 276 | 217 | 75 | 0 | 31 | 31 | 234 | 57 | 64 |
| Binary | 1001010 | 10111110 | 10001111 | 111101 | 0 | 11001 | 11001 | 10011100 | 101111 | 110100 |
Color Harmonies of #4ABE8F
Complementary color
Monochromatic Colors of #4ABE8F
Black with #4ABE8F
Text Example
Text Example
White with #4ABE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABE8F; }
p { color: rgb(74,190,143); }
H1.HeaderClassName
{
color: #4ABE8F;
}
.AnyTagClassName
{
color: #4ABE8F;
}
</style>
background-color css
<style>
a { background-color: #4ABE8F; }
a { background-color: rgb(74,190,143); }
div.DivClassName
{
background-color: #4ABE8F;
}
.BgClassName
{
background-color: #4ABE8F;
}
</style>
border-color css
<style>
span { border-color: #4ABE8F; }
span { border-color: rgb(74,190,143); }
td.TdClassName
{
border-color: #4ABE8F;
}
.TagClassName
{
border-color: #4ABE8F;
}
</style>