Shades of Cyprus #134D50
Tints of Cyprus #134D50
RGB
CMYK
RGB Variations
Color information
#134D50 (or 0x134D50) is known color: Cyprus. HEX triplet: 13, 4D and 50. RGB value is (19,77,80). Sum of RGB (Red+Green+Blue) = 19+77+80=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #134D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134D50 is #ECB2AF. Grayscale: #3B3B3B. Windows color (decimal): -15512240 or 5262611. OLE color: 5262611.
HSL color Cylindrical-coordinate representation of color #134D50: hue angle of 182.95º degrees, saturation: 0.62, 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 #134D50 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 77 | 80 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.69 |
| HSL | 182.95º | 0.62% | 0.19% | - |
| HSV(B) | 182.95º | 0.76% | 0.31% | - |
| XYZ | 4.37 | 6.03 | 8.52 | - |
| YUV | 60 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 80 | 0.76 | 0.04 | 0 | 0.69 | 182.95 | 0.62 | 0.19 |
| Hex | 13 | 4D | 50 | 4C | 4 | 0 | 45 | B7 | 3E | 13 |
| Octal | 23 | 115 | 120 | 114 | 4 | 0 | 105 | 267 | 76 | 23 |
| Binary | 10011 | 1001101 | 1010000 | 1001100 | 100 | 0 | 1000101 | 10110111 | 111110 | 10011 |
Color Harmonies of #134D50
Complementary color
Monochromatic Colors of #134D50
Black with #134D50
Text Example
Text Example
White with #134D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134D50; }
p { color: rgb(19,77,80); }
H1.HeaderClassName
{
color: #134D50;
}
.AnyTagClassName
{
color: #134D50;
}
</style>
background-color css
<style>
a { background-color: #134D50; }
a { background-color: rgb(19,77,80); }
div.DivClassName
{
background-color: #134D50;
}
.BgClassName
{
background-color: #134D50;
}
</style>
border-color css
<style>
span { border-color: #134D50; }
span { border-color: rgb(19,77,80); }
td.TdClassName
{
border-color: #134D50;
}
.TagClassName
{
border-color: #134D50;
}
</style>