Shades of Keppel #4BAF8D
Tints of Keppel #4BAF8D
RGB
CMYK
RGB Variations
Color information
#4BAF8D (or 0x4BAF8D) is known color: Keppel. HEX triplet: 4B, AF and 8D. RGB value is (75,175,141). Sum of RGB (Red+Green+Blue) = 75+175+141=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAF8D is #B45072. Grayscale: #8D8D8D. Windows color (decimal): -11817075 or 9285451. OLE color: 9285451.
HSL color Cylindrical-coordinate representation of color #4BAF8D: hue angle of 159.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF8D is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 175 | 141 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.31 |
| HSL | 159.6º | 0.4% | 0.49% | - |
| HSV(B) | 159.6º | 0.57% | 0.69% | - |
| XYZ | 23.04 | 34.08 | 30.56 | - |
| YUV | 141.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 141 | 0.57 | 0 | 0.19 | 0.31 | 159.6 | 0.4 | 0.49 |
| Hex | 4B | AF | 8D | 39 | 0 | 13 | 1F | A0 | 28 | 31 |
| Octal | 113 | 257 | 215 | 71 | 0 | 23 | 37 | 240 | 50 | 61 |
| Binary | 1001011 | 10101111 | 10001101 | 111001 | 0 | 10011 | 11111 | 10100000 | 101000 | 110001 |
Color Harmonies of #4BAF8D
Complementary color
Monochromatic Colors of #4BAF8D
Black with #4BAF8D
Text Example
Text Example
White with #4BAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAF8D; }
p { color: rgb(75,175,141); }
H1.HeaderClassName
{
color: #4BAF8D;
}
.AnyTagClassName
{
color: #4BAF8D;
}
</style>
background-color css
<style>
a { background-color: #4BAF8D; }
a { background-color: rgb(75,175,141); }
div.DivClassName
{
background-color: #4BAF8D;
}
.BgClassName
{
background-color: #4BAF8D;
}
</style>
border-color css
<style>
span { border-color: #4BAF8D; }
span { border-color: rgb(75,175,141); }
td.TdClassName
{
border-color: #4BAF8D;
}
.TagClassName
{
border-color: #4BAF8D;
}
</style>