Shades of Cyprus #154E55
Tints of Cyprus #154E55
RGB
CMYK
RGB Variations
Color information
#154E55 (or 0x154E55) is known color: Cyprus. HEX triplet: 15, 4E and 55. RGB value is (21,78,85). Sum of RGB (Red+Green+Blue) = 21+78+85=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #154E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E55 is #EAB1AA. Grayscale: #3D3D3D. Windows color (decimal): -15380907 or 5590549. OLE color: 5590549.
HSL color Cylindrical-coordinate representation of color #154E55: hue angle of 186.56º 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 #154E55 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 78 | 85 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.67 |
| HSL | 186.56º | 0.6% | 0.21% | - |
| HSV(B) | 186.56º | 0.75% | 0.33% | - |
| XYZ | 4.67 | 6.26 | 9.56 | - |
| YUV | 61.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 85 | 0.75 | 0.08 | 0 | 0.67 | 186.56 | 0.6 | 0.21 |
| Hex | 15 | 4E | 55 | 4B | 8 | 0 | 43 | BB | 3C | 15 |
| Octal | 25 | 116 | 125 | 113 | 10 | 0 | 103 | 273 | 74 | 25 |
| Binary | 10101 | 1001110 | 1010101 | 1001011 | 1000 | 0 | 1000011 | 10111011 | 111100 | 10101 |
Color Harmonies of #154E55
Complementary color
Monochromatic Colors of #154E55
Black with #154E55
Text Example
Text Example
White with #154E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E55; }
p { color: rgb(21,78,85); }
H1.HeaderClassName
{
color: #154E55;
}
.AnyTagClassName
{
color: #154E55;
}
</style>
background-color css
<style>
a { background-color: #154E55; }
a { background-color: rgb(21,78,85); }
div.DivClassName
{
background-color: #154E55;
}
.BgClassName
{
background-color: #154E55;
}
</style>
border-color css
<style>
span { border-color: #154E55; }
span { border-color: rgb(21,78,85); }
td.TdClassName
{
border-color: #154E55;
}
.TagClassName
{
border-color: #154E55;
}
</style>