Shades of Keppel #4BAD91
Tints of Keppel #4BAD91
RGB
CMYK
RGB Variations
Color information
#4BAD91 (or 0x4BAD91) is known color: Keppel. HEX triplet: 4B, AD and 91. RGB value is (75,173,145). Sum of RGB (Red+Green+Blue) = 75+173+145=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD91 is #B4526E. Grayscale: #8C8C8C. Windows color (decimal): -11817583 or 9547083. OLE color: 9547083.
HSL color Cylindrical-coordinate representation of color #4BAD91: hue angle of 162.86º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD91 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 145 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.32 |
| HSL | 162.86º | 0.4% | 0.49% | - |
| HSV(B) | 162.86º | 0.57% | 0.68% | - |
| XYZ | 22.96 | 33.43 | 32.03 | - |
| YUV | 140.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 145 | 0.57 | 0 | 0.16 | 0.32 | 162.86 | 0.4 | 0.49 |
| Hex | 4B | AD | 91 | 39 | 0 | 10 | 20 | A3 | 28 | 31 |
| Octal | 113 | 255 | 221 | 71 | 0 | 20 | 40 | 243 | 50 | 61 |
| Binary | 1001011 | 10101101 | 10010001 | 111001 | 0 | 10000 | 100000 | 10100011 | 101000 | 110001 |
Color Harmonies of #4BAD91
Complementary color
Monochromatic Colors of #4BAD91
Black with #4BAD91
Text Example
Text Example
White with #4BAD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAD91; }
p { color: rgb(75,173,145); }
H1.HeaderClassName
{
color: #4BAD91;
}
.AnyTagClassName
{
color: #4BAD91;
}
</style>
background-color css
<style>
a { background-color: #4BAD91; }
a { background-color: rgb(75,173,145); }
div.DivClassName
{
background-color: #4BAD91;
}
.BgClassName
{
background-color: #4BAD91;
}
</style>
border-color css
<style>
span { border-color: #4BAD91; }
span { border-color: rgb(75,173,145); }
td.TdClassName
{
border-color: #4BAD91;
}
.TagClassName
{
border-color: #4BAD91;
}
</style>