Shades of Cyprus #134E48
Tints of Cyprus #134E48
RGB
CMYK
RGB Variations
Color information
#134E48 (or 0x134E48) is known color: Cyprus. HEX triplet: 13, 4E and 48. RGB value is (19,78,72). Sum of RGB (Red+Green+Blue) = 19+78+72=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #134E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134E48 is #ECB1B7. Grayscale: #3B3B3B. Windows color (decimal): -15511992 or 4738579. OLE color: 4738579.
HSL color Cylindrical-coordinate representation of color #134E48: hue angle of 173.9º 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 #134E48 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 78 | 72 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.69 |
| HSL | 173.9º | 0.61% | 0.19% | - |
| HSV(B) | 173.9º | 0.76% | 0.31% | - |
| XYZ | 4.16 | 6.06 | 7.08 | - |
| YUV | 59.68 | 134.95 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 72 | 0.76 | 0 | 0.08 | 0.69 | 173.9 | 0.61 | 0.19 |
| Hex | 13 | 4E | 48 | 4C | 0 | 8 | 45 | AE | 3D | 13 |
| Octal | 23 | 116 | 110 | 114 | 0 | 10 | 105 | 256 | 75 | 23 |
| Binary | 10011 | 1001110 | 1001000 | 1001100 | 0 | 1000 | 1000101 | 10101110 | 111101 | 10011 |
Color Harmonies of #134E48
Complementary color
Monochromatic Colors of #134E48
Black with #134E48
Text Example
Text Example
White with #134E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E48; }
p { color: rgb(19,78,72); }
H1.HeaderClassName
{
color: #134E48;
}
.AnyTagClassName
{
color: #134E48;
}
</style>
background-color css
<style>
a { background-color: #134E48; }
a { background-color: rgb(19,78,72); }
div.DivClassName
{
background-color: #134E48;
}
.BgClassName
{
background-color: #134E48;
}
</style>
border-color css
<style>
span { border-color: #134E48; }
span { border-color: rgb(19,78,72); }
td.TdClassName
{
border-color: #134E48;
}
.TagClassName
{
border-color: #134E48;
}
</style>