Shades of Cyprus #134C4B
Tints of Cyprus #134C4B
RGB
CMYK
RGB Variations
Color information
#134C4B (or 0x134C4B) is known color: Cyprus. HEX triplet: 13, 4C and 4B. RGB value is (19,76,75). Sum of RGB (Red+Green+Blue) = 19+76+75=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #134C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C4B is #ECB3B4. Grayscale: #3A3A3A. Windows color (decimal): -15512501 or 4934675. OLE color: 4934675.
HSL color Cylindrical-coordinate representation of color #134C4B: hue angle of 178.95º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C4B is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 76 | 75 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.70 |
| HSL | 178.95º | 0.6% | 0.19% | - |
| HSV(B) | 178.95º | 0.75% | 0.3% | - |
| XYZ | 4.12 | 5.82 | 7.56 | - |
| YUV | 58.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 75 | 0.75 | 0 | 0.01 | 0.70 | 178.95 | 0.6 | 0.19 |
| Hex | 13 | 4C | 4B | 4B | 0 | 1 | 46 | B3 | 3C | 13 |
| Octal | 23 | 114 | 113 | 113 | 0 | 1 | 106 | 263 | 74 | 23 |
| Binary | 10011 | 1001100 | 1001011 | 1001011 | 0 | 1 | 1000110 | 10110011 | 111100 | 10011 |
Color Harmonies of #134C4B
Complementary color
Monochromatic Colors of #134C4B
Black with #134C4B
Text Example
Text Example
White with #134C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C4B; }
p { color: rgb(19,76,75); }
H1.HeaderClassName
{
color: #134C4B;
}
.AnyTagClassName
{
color: #134C4B;
}
</style>
background-color css
<style>
a { background-color: #134C4B; }
a { background-color: rgb(19,76,75); }
div.DivClassName
{
background-color: #134C4B;
}
.BgClassName
{
background-color: #134C4B;
}
</style>
border-color css
<style>
span { border-color: #134C4B; }
span { border-color: rgb(19,76,75); }
td.TdClassName
{
border-color: #134C4B;
}
.TagClassName
{
border-color: #134C4B;
}
</style>