Shades of Cyprus #154F55
Tints of Cyprus #154F55
RGB
CMYK
RGB Variations
Color information
#154F55 (or 0x154F55) is known color: Cyprus. HEX triplet: 15, 4F and 55. RGB value is (21,79,85). Sum of RGB (Red+Green+Blue) = 21+79+85=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #154F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F55 is #EAB0AA. Grayscale: #3E3E3E. Windows color (decimal): -15380651 or 5590805. OLE color: 5590805.
HSL color Cylindrical-coordinate representation of color #154F55: hue angle of 185.62º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154F55 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 79 | 85 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.67 |
| HSL | 185.63º | 0.6% | 0.21% | - |
| HSV(B) | 185.63º | 0.75% | 0.33% | - |
| XYZ | 4.74 | 6.41 | 9.58 | - |
| YUV | 62.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 85 | 0.75 | 0.07 | 0 | 0.67 | 185.63 | 0.6 | 0.21 |
| Hex | 15 | 4F | 55 | 4B | 7 | 0 | 43 | BA | 3C | 15 |
| Octal | 25 | 117 | 125 | 113 | 7 | 0 | 103 | 272 | 74 | 25 |
| Binary | 10101 | 1001111 | 1010101 | 1001011 | 111 | 0 | 1000011 | 10111010 | 111100 | 10101 |
Color Harmonies of #154F55
Complementary color
Monochromatic Colors of #154F55
Black with #154F55
Text Example
Text Example
White with #154F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F55; }
p { color: rgb(21,79,85); }
H1.HeaderClassName
{
color: #154F55;
}
.AnyTagClassName
{
color: #154F55;
}
</style>
background-color css
<style>
a { background-color: #154F55; }
a { background-color: rgb(21,79,85); }
div.DivClassName
{
background-color: #154F55;
}
.BgClassName
{
background-color: #154F55;
}
</style>
border-color css
<style>
span { border-color: #154F55; }
span { border-color: rgb(21,79,85); }
td.TdClassName
{
border-color: #154F55;
}
.TagClassName
{
border-color: #154F55;
}
</style>