Shades of Cyprus #154F47
Tints of Cyprus #154F47
RGB
CMYK
RGB Variations
Color information
#154F47 (or 0x154F47) is known color: Cyprus. HEX triplet: 15, 4F and 47. RGB value is (21,79,71). Sum of RGB (Red+Green+Blue) = 21+79+71=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #154F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F47 is #EAB0B8. Grayscale: #3C3C3C. Windows color (decimal): -15380665 or 4673301. OLE color: 4673301.
HSL color Cylindrical-coordinate representation of color #154F47: hue angle of 171.72º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F47 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 21 | 79 | 71 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.69 |
| HSL | 171.72º | 0.58% | 0.2% | - |
| HSV(B) | 171.72º | 0.73% | 0.31% | - |
| XYZ | 4.24 | 6.21 | 6.94 | - |
| YUV | 60.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 71 | 0.73 | 0 | 0.10 | 0.69 | 171.72 | 0.58 | 0.2 |
| Hex | 15 | 4F | 47 | 49 | 0 | A | 45 | AC | 3A | 14 |
| Octal | 25 | 117 | 107 | 111 | 0 | 12 | 105 | 254 | 72 | 24 |
| Binary | 10101 | 1001111 | 1000111 | 1001001 | 0 | 1010 | 1000101 | 10101100 | 111010 | 10100 |
Color Harmonies of #154F47
Complementary color
Monochromatic Colors of #154F47
Black with #154F47
Text Example
Text Example
White with #154F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F47; }
p { color: rgb(21,79,71); }
H1.HeaderClassName
{
color: #154F47;
}
.AnyTagClassName
{
color: #154F47;
}
</style>
background-color css
<style>
a { background-color: #154F47; }
a { background-color: rgb(21,79,71); }
div.DivClassName
{
background-color: #154F47;
}
.BgClassName
{
background-color: #154F47;
}
</style>
border-color css
<style>
span { border-color: #154F47; }
span { border-color: rgb(21,79,71); }
td.TdClassName
{
border-color: #154F47;
}
.TagClassName
{
border-color: #154F47;
}
</style>