Shades of Paradiso #468686
Tints of Paradiso #468686
RGB
CMYK
RGB Variations
Color information
#468686 (or 0x468686) is known color: Paradiso. HEX triplet: 46, 86 and 86. RGB value is (70,134,134). Sum of RGB (Red+Green+Blue) = 70+134+134=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #468686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468686 is #B97979. Grayscale: #727272. Windows color (decimal): -12155258 or 8816198. OLE color: 8816198.
HSL color Cylindrical-coordinate representation of color #468686: hue angle of 180º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468686 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 70 | 134 | 134 | - |
| CMYK | 0.48 | 0 | 0 | 0.47 |
| HSL | 180º | 0.31% | 0.4% | - |
| HSV(B) | 180º | 0.48% | 0.53% | - |
| XYZ | 15.35 | 20.07 | 25.62 | - |
| YUV | 114.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 134 | 0.48 | 0 | 0 | 0.47 | 180 | 0.31 | 0.4 |
| Hex | 46 | 86 | 86 | 30 | 0 | 0 | 2F | B4 | 1F | 28 |
| Octal | 106 | 206 | 206 | 60 | 0 | 0 | 57 | 264 | 37 | 50 |
| Binary | 1000110 | 10000110 | 10000110 | 110000 | 0 | 0 | 101111 | 10110100 | 11111 | 101000 |
Color Harmonies of #468686
Complementary color
Monochromatic Colors of #468686
Black with #468686
Text Example
Text Example
White with #468686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468686; }
p { color: rgb(70,134,134); }
H1.HeaderClassName
{
color: #468686;
}
.AnyTagClassName
{
color: #468686;
}
</style>
background-color css
<style>
a { background-color: #468686; }
a { background-color: rgb(70,134,134); }
div.DivClassName
{
background-color: #468686;
}
.BgClassName
{
background-color: #468686;
}
</style>
border-color css
<style>
span { border-color: #468686; }
span { border-color: rgb(70,134,134); }
td.TdClassName
{
border-color: #468686;
}
.TagClassName
{
border-color: #468686;
}
</style>