Shades of Paradiso #437F7E
Tints of Paradiso #437F7E
RGB
CMYK
RGB Variations
Color information
#437F7E (or 0x437F7E) is known color: Paradiso. HEX triplet: 43, 7F and 7E. RGB value is (67,127,126). Sum of RGB (Red+Green+Blue) = 67+127+126=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #437F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437F7E is #BC8081. Grayscale: #6C6C6C. Windows color (decimal): -12353666 or 8290115. OLE color: 8290115.
HSL color Cylindrical-coordinate representation of color #437F7E: hue angle of 179º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #437F7E is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 67 | 127 | 126 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.50 |
| HSL | 179º | 0.31% | 0.38% | - |
| HSV(B) | 179º | 0.47% | 0.5% | - |
| XYZ | 13.67 | 17.88 | 22.47 | - |
| YUV | 108.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 127 | 126 | 0.47 | 0 | 0.01 | 0.50 | 179 | 0.31 | 0.38 |
| Hex | 43 | 7F | 7E | 2F | 0 | 1 | 32 | B3 | 1F | 26 |
| Octal | 103 | 177 | 176 | 57 | 0 | 1 | 62 | 263 | 37 | 46 |
| Binary | 1000011 | 1111111 | 1111110 | 101111 | 0 | 1 | 110010 | 10110011 | 11111 | 100110 |
Color Harmonies of #437F7E
Complementary color
Monochromatic Colors of #437F7E
Black with #437F7E
Text Example
Text Example
White with #437F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437F7E; }
p { color: rgb(67,127,126); }
H1.HeaderClassName
{
color: #437F7E;
}
.AnyTagClassName
{
color: #437F7E;
}
</style>
background-color css
<style>
a { background-color: #437F7E; }
a { background-color: rgb(67,127,126); }
div.DivClassName
{
background-color: #437F7E;
}
.BgClassName
{
background-color: #437F7E;
}
</style>
border-color css
<style>
span { border-color: #437F7E; }
span { border-color: rgb(67,127,126); }
td.TdClassName
{
border-color: #437F7E;
}
.TagClassName
{
border-color: #437F7E;
}
</style>