Shades of Paradiso #4C8686
Tints of Paradiso #4C8686
RGB
CMYK
RGB Variations
Color information
#4C8686 (or 0x4C8686) is known color: Paradiso. HEX triplet: 4C, 86 and 86. RGB value is (76,134,134). Sum of RGB (Red+Green+Blue) = 76+134+134=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #4C8686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8686 is #B37979. Grayscale: #747474. Windows color (decimal): -11762042 or 8816204. OLE color: 8816204.
HSL color Cylindrical-coordinate representation of color #4C8686: hue angle of 180º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C8686 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 134 | 134 | - |
| CMYK | 0.43 | 0 | 0 | 0.47 |
| HSL | 180º | 0.28% | 0.41% | - |
| HSV(B) | 180º | 0.43% | 0.53% | - |
| XYZ | 15.81 | 20.31 | 25.64 | - |
| YUV | 116.66 | 137.78 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 134 | 134 | 0.43 | 0 | 0 | 0.47 | 180 | 0.28 | 0.41 |
| Hex | 4C | 86 | 86 | 2B | 0 | 0 | 2F | B4 | 1C | 29 |
| Octal | 114 | 206 | 206 | 53 | 0 | 0 | 57 | 264 | 34 | 51 |
| Binary | 1001100 | 10000110 | 10000110 | 101011 | 0 | 0 | 101111 | 10110100 | 11100 | 101001 |
Color Harmonies of #4C8686
Complementary color
Monochromatic Colors of #4C8686
Black with #4C8686
Text Example
Text Example
White with #4C8686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8686; }
p { color: rgb(76,134,134); }
H1.HeaderClassName
{
color: #4C8686;
}
.AnyTagClassName
{
color: #4C8686;
}
</style>
background-color css
<style>
a { background-color: #4C8686; }
a { background-color: rgb(76,134,134); }
div.DivClassName
{
background-color: #4C8686;
}
.BgClassName
{
background-color: #4C8686;
}
</style>
border-color css
<style>
span { border-color: #4C8686; }
span { border-color: rgb(76,134,134); }
td.TdClassName
{
border-color: #4C8686;
}
.TagClassName
{
border-color: #4C8686;
}
</style>