Shades of Cyprus #064C48
Tints of Cyprus #064C48
RGB
CMYK
RGB Variations
Color information
#064C48 (or 0x064C48) is known color: Cyprus. HEX triplet: 06, 4C and 48. RGB value is (6,76,72). Sum of RGB (Red+Green+Blue) = 6+76+72=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #064C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C48 is #F9B3B7. Grayscale: #363636. Windows color (decimal): -16364472 or 4738054. OLE color: 4738054.
HSL color Cylindrical-coordinate representation of color #064C48: hue angle of 176.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064C48 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 6 | 76 | 72 | - |
| CMYK | 0.92 | 0 | 0.05 | 0.70 |
| HSL | 176.57º | 0.85% | 0.16% | - |
| HSV(B) | 176.57º | 0.92% | 0.3% | - |
| XYZ | 3.83 | 5.68 | 7.02 | - |
| YUV | 54.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 76 | 72 | 0.92 | 0 | 0.05 | 0.70 | 176.57 | 0.85 | 0.16 |
| Hex | 6 | 4C | 48 | 5C | 0 | 5 | 46 | B1 | 55 | 10 |
| Octal | 6 | 114 | 110 | 134 | 0 | 5 | 106 | 261 | 125 | 20 |
| Binary | 110 | 1001100 | 1001000 | 1011100 | 0 | 101 | 1000110 | 10110001 | 1010101 | 10000 |
Color Harmonies of #064C48
Complementary color
Monochromatic Colors of #064C48
Black with #064C48
Text Example
Text Example
White with #064C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #064C48; }
p { color: rgb(6,76,72); }
H1.HeaderClassName
{
color: #064C48;
}
.AnyTagClassName
{
color: #064C48;
}
</style>
background-color css
<style>
a { background-color: #064C48; }
a { background-color: rgb(6,76,72); }
div.DivClassName
{
background-color: #064C48;
}
.BgClassName
{
background-color: #064C48;
}
</style>
border-color css
<style>
span { border-color: #064C48; }
span { border-color: rgb(6,76,72); }
td.TdClassName
{
border-color: #064C48;
}
.TagClassName
{
border-color: #064C48;
}
</style>