Shades of Cyprus #134F4B
Tints of Cyprus #134F4B
RGB
CMYK
RGB Variations
Color information
#134F4B (or 0x134F4B) is known color: Cyprus. HEX triplet: 13, 4F and 4B. RGB value is (19,79,75). Sum of RGB (Red+Green+Blue) = 19+79+75=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #134F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #134F4B is #ECB0B4. Grayscale: #3C3C3C. Windows color (decimal): -15511733 or 4935443. OLE color: 4935443.
HSL color Cylindrical-coordinate representation of color #134F4B: hue angle of 176º 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 #134F4B is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 79 | 75 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.69 |
| HSL | 176º | 0.61% | 0.19% | - |
| HSV(B) | 176º | 0.76% | 0.31% | - |
| XYZ | 4.33 | 6.24 | 7.63 | - |
| YUV | 60.6 | 136.12 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 75 | 0.76 | 0 | 0.05 | 0.69 | 176 | 0.61 | 0.19 |
| Hex | 13 | 4F | 4B | 4C | 0 | 5 | 45 | B0 | 3D | 13 |
| Octal | 23 | 117 | 113 | 114 | 0 | 5 | 105 | 260 | 75 | 23 |
| Binary | 10011 | 1001111 | 1001011 | 1001100 | 0 | 101 | 1000101 | 10110000 | 111101 | 10011 |
Color Harmonies of #134F4B
Complementary color
Monochromatic Colors of #134F4B
Black with #134F4B
Text Example
Text Example
White with #134F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F4B; }
p { color: rgb(19,79,75); }
H1.HeaderClassName
{
color: #134F4B;
}
.AnyTagClassName
{
color: #134F4B;
}
</style>
background-color css
<style>
a { background-color: #134F4B; }
a { background-color: rgb(19,79,75); }
div.DivClassName
{
background-color: #134F4B;
}
.BgClassName
{
background-color: #134F4B;
}
</style>
border-color css
<style>
span { border-color: #134F4B; }
span { border-color: rgb(19,79,75); }
td.TdClassName
{
border-color: #134F4B;
}
.TagClassName
{
border-color: #134F4B;
}
</style>