Shades of Paradiso #488888
Tints of Paradiso #488888
RGB
CMYK
RGB Variations
Color information
#488888 (or 0x488888) is known color: Paradiso. HEX triplet: 48, 88 and 88. RGB value is (72,136,136). Sum of RGB (Red+Green+Blue) = 72+136+136=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #488888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488888 is #B77777. Grayscale: #747474. Windows color (decimal): -12023672 or 8947784. OLE color: 8947784.
HSL color Cylindrical-coordinate representation of color #488888: hue angle of 180º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488888 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 72 | 136 | 136 | - |
| CMYK | 0.47 | 0 | 0 | 0.47 |
| HSL | 180º | 0.31% | 0.41% | - |
| HSV(B) | 180º | 0.47% | 0.53% | - |
| XYZ | 15.92 | 20.76 | 26.46 | - |
| YUV | 116.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 136 | 0.47 | 0 | 0 | 0.47 | 180 | 0.31 | 0.41 |
| Hex | 48 | 88 | 88 | 2F | 0 | 0 | 2F | B4 | 1F | 29 |
| Octal | 110 | 210 | 210 | 57 | 0 | 0 | 57 | 264 | 37 | 51 |
| Binary | 1001000 | 10001000 | 10001000 | 101111 | 0 | 0 | 101111 | 10110100 | 11111 | 101001 |
Color Harmonies of #488888
Complementary color
Monochromatic Colors of #488888
Black with #488888
Text Example
Text Example
White with #488888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488888; }
p { color: rgb(72,136,136); }
H1.HeaderClassName
{
color: #488888;
}
.AnyTagClassName
{
color: #488888;
}
</style>
background-color css
<style>
a { background-color: #488888; }
a { background-color: rgb(72,136,136); }
div.DivClassName
{
background-color: #488888;
}
.BgClassName
{
background-color: #488888;
}
</style>
border-color css
<style>
span { border-color: #488888; }
span { border-color: rgb(72,136,136); }
td.TdClassName
{
border-color: #488888;
}
.TagClassName
{
border-color: #488888;
}
</style>