Shades of Paradiso #3A8681
Tints of Paradiso #3A8681
RGB
CMYK
RGB Variations
Color information
#3A8681 (or 0x3A8681) is known color: Paradiso. HEX triplet: 3A, 86 and 81. RGB value is (58,134,129). Sum of RGB (Red+Green+Blue) = 58+134+129=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8681 is #C5797E. Grayscale: #6E6E6E. Windows color (decimal): -12941695 or 8488506. OLE color: 8488506.
HSL color Cylindrical-coordinate representation of color #3A8681: hue angle of 176.05º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A8681 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 134 | 129 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.47 |
| HSL | 176.05º | 0.4% | 0.38% | - |
| HSV(B) | 176.05º | 0.57% | 0.53% | - |
| XYZ | 14.23 | 19.53 | 23.79 | - |
| YUV | 110.71 | 138.32 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 129 | 0.57 | 0 | 0.04 | 0.47 | 176.05 | 0.4 | 0.38 |
| Hex | 3A | 86 | 81 | 39 | 0 | 4 | 2F | B0 | 28 | 26 |
| Octal | 72 | 206 | 201 | 71 | 0 | 4 | 57 | 260 | 50 | 46 |
| Binary | 111010 | 10000110 | 10000001 | 111001 | 0 | 100 | 101111 | 10110000 | 101000 | 100110 |
Color Harmonies of #3A8681
Complementary color
Monochromatic Colors of #3A8681
Black with #3A8681
Text Example
Text Example
White with #3A8681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8681; }
p { color: rgb(58,134,129); }
H1.HeaderClassName
{
color: #3A8681;
}
.AnyTagClassName
{
color: #3A8681;
}
</style>
background-color css
<style>
a { background-color: #3A8681; }
a { background-color: rgb(58,134,129); }
div.DivClassName
{
background-color: #3A8681;
}
.BgClassName
{
background-color: #3A8681;
}
</style>
border-color css
<style>
span { border-color: #3A8681; }
span { border-color: rgb(58,134,129); }
td.TdClassName
{
border-color: #3A8681;
}
.TagClassName
{
border-color: #3A8681;
}
</style>