Shades of Keppel #4DAF8C
Tints of Keppel #4DAF8C
RGB
CMYK
RGB Variations
Color information
#4DAF8C (or 0x4DAF8C) is known color: Keppel. HEX triplet: 4D, AF and 8C. RGB value is (77,175,140). Sum of RGB (Red+Green+Blue) = 77+175+140=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF8C is #B25073. Grayscale: #8D8D8D. Windows color (decimal): -11686004 or 9219917. OLE color: 9219917.
HSL color Cylindrical-coordinate representation of color #4DAF8C: hue angle of 158.57º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAF8C is Cyan = 0.56, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 140 | - |
| CMYK | 0.56 | 0 | 0.2 | 0.31 |
| HSL | 158.57º | 0.39% | 0.49% | - |
| HSV(B) | 158.57º | 0.56% | 0.69% | - |
| XYZ | 23.12 | 34.13 | 30.18 | - |
| YUV | 141.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 140 | 0.56 | 0 | 0.2 | 0.31 | 158.57 | 0.39 | 0.49 |
| Hex | 4D | AF | 8C | 38 | 0 | 14 | 1F | 9F | 27 | 31 |
| Octal | 115 | 257 | 214 | 70 | 0 | 24 | 37 | 237 | 47 | 61 |
| Binary | 1001101 | 10101111 | 10001100 | 111000 | 0 | 10100 | 11111 | 10011111 | 100111 | 110001 |
Color Harmonies of #4DAF8C
Complementary color
Monochromatic Colors of #4DAF8C
Black with #4DAF8C
Text Example
Text Example
White with #4DAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF8C; }
p { color: rgb(77,175,140); }
H1.HeaderClassName
{
color: #4DAF8C;
}
.AnyTagClassName
{
color: #4DAF8C;
}
</style>
background-color css
<style>
a { background-color: #4DAF8C; }
a { background-color: rgb(77,175,140); }
div.DivClassName
{
background-color: #4DAF8C;
}
.BgClassName
{
background-color: #4DAF8C;
}
</style>
border-color css
<style>
span { border-color: #4DAF8C; }
span { border-color: rgb(77,175,140); }
td.TdClassName
{
border-color: #4DAF8C;
}
.TagClassName
{
border-color: #4DAF8C;
}
</style>