Shades of Cyprus #134C4F
Tints of Cyprus #134C4F
RGB
CMYK
RGB Variations
Color information
#134C4F (or 0x134C4F) is known color: Cyprus. HEX triplet: 13, 4C and 4F. RGB value is (19,76,79). Sum of RGB (Red+Green+Blue) = 19+76+79=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #134C4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134C4F is #ECB3B0. Grayscale: #3B3B3B. Windows color (decimal): -15512497 or 5196819. OLE color: 5196819.
HSL color Cylindrical-coordinate representation of color #134C4F: hue angle of 183º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134C4F is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 76 | 79 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.69 |
| HSL | 183º | 0.61% | 0.19% | - |
| HSV(B) | 183º | 0.76% | 0.31% | - |
| XYZ | 4.26 | 5.87 | 8.31 | - |
| YUV | 59.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 79 | 0.76 | 0.04 | 0 | 0.69 | 183 | 0.61 | 0.19 |
| Hex | 13 | 4C | 4F | 4C | 4 | 0 | 45 | B7 | 3D | 13 |
| Octal | 23 | 114 | 117 | 114 | 4 | 0 | 105 | 267 | 75 | 23 |
| Binary | 10011 | 1001100 | 1001111 | 1001100 | 100 | 0 | 1000101 | 10110111 | 111101 | 10011 |
Color Harmonies of #134C4F
Complementary color
Monochromatic Colors of #134C4F
Black with #134C4F
Text Example
Text Example
White with #134C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C4F; }
p { color: rgb(19,76,79); }
H1.HeaderClassName
{
color: #134C4F;
}
.AnyTagClassName
{
color: #134C4F;
}
</style>
background-color css
<style>
a { background-color: #134C4F; }
a { background-color: rgb(19,76,79); }
div.DivClassName
{
background-color: #134C4F;
}
.BgClassName
{
background-color: #134C4F;
}
</style>
border-color css
<style>
span { border-color: #134C4F; }
span { border-color: rgb(19,76,79); }
td.TdClassName
{
border-color: #134C4F;
}
.TagClassName
{
border-color: #134C4F;
}
</style>