Shades of Keppel #4DAF8A
Tints of Keppel #4DAF8A
RGB
CMYK
RGB Variations
Color information
#4DAF8A (or 0x4DAF8A) is known color: Keppel. HEX triplet: 4D, AF and 8A. RGB value is (77,175,138). Sum of RGB (Red+Green+Blue) = 77+175+138=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAF8A is #B25075. Grayscale: #8D8D8D. Windows color (decimal): -11686006 or 9088845. OLE color: 9088845.
HSL color Cylindrical-coordinate representation of color #4DAF8A: hue angle of 157.35º 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 #4DAF8A is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 138 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.31 |
| HSL | 157.35º | 0.39% | 0.49% | - |
| HSV(B) | 157.35º | 0.56% | 0.69% | - |
| XYZ | 22.98 | 34.07 | 29.41 | - |
| YUV | 141.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 138 | 0.56 | 0 | 0.21 | 0.31 | 157.35 | 0.39 | 0.49 |
| Hex | 4D | AF | 8A | 38 | 0 | 15 | 1F | 9D | 27 | 31 |
| Octal | 115 | 257 | 212 | 70 | 0 | 25 | 37 | 235 | 47 | 61 |
| Binary | 1001101 | 10101111 | 10001010 | 111000 | 0 | 10101 | 11111 | 10011101 | 100111 | 110001 |
Color Harmonies of #4DAF8A
Complementary color
Monochromatic Colors of #4DAF8A
Black with #4DAF8A
Text Example
Text Example
White with #4DAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAF8A; }
p { color: rgb(77,175,138); }
H1.HeaderClassName
{
color: #4DAF8A;
}
.AnyTagClassName
{
color: #4DAF8A;
}
</style>
background-color css
<style>
a { background-color: #4DAF8A; }
a { background-color: rgb(77,175,138); }
div.DivClassName
{
background-color: #4DAF8A;
}
.BgClassName
{
background-color: #4DAF8A;
}
</style>
border-color css
<style>
span { border-color: #4DAF8A; }
span { border-color: rgb(77,175,138); }
td.TdClassName
{
border-color: #4DAF8A;
}
.TagClassName
{
border-color: #4DAF8A;
}
</style>