Shades of Cyprus #154E54
Tints of Cyprus #154E54
RGB
CMYK
RGB Variations
Color information
#154E54 (or 0x154E54) is known color: Cyprus. HEX triplet: 15, 4E and 54. RGB value is (21,78,84). Sum of RGB (Red+Green+Blue) = 21+78+84=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #154E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E54 is #EAB1AB. Grayscale: #3D3D3D. Windows color (decimal): -15380908 or 5525013. OLE color: 5525013.
HSL color Cylindrical-coordinate representation of color #154E54: hue angle of 185.71º 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 #154E54 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 78 | 84 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.67 |
| HSL | 185.71º | 0.6% | 0.21% | - |
| HSV(B) | 185.71º | 0.75% | 0.33% | - |
| XYZ | 4.63 | 6.25 | 9.35 | - |
| YUV | 61.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 84 | 0.75 | 0.07 | 0 | 0.67 | 185.71 | 0.6 | 0.21 |
| Hex | 15 | 4E | 54 | 4B | 7 | 0 | 43 | BA | 3C | 15 |
| Octal | 25 | 116 | 124 | 113 | 7 | 0 | 103 | 272 | 74 | 25 |
| Binary | 10101 | 1001110 | 1010100 | 1001011 | 111 | 0 | 1000011 | 10111010 | 111100 | 10101 |
Color Harmonies of #154E54
Complementary color
Monochromatic Colors of #154E54
Black with #154E54
Text Example
Text Example
White with #154E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E54; }
p { color: rgb(21,78,84); }
H1.HeaderClassName
{
color: #154E54;
}
.AnyTagClassName
{
color: #154E54;
}
</style>
background-color css
<style>
a { background-color: #154E54; }
a { background-color: rgb(21,78,84); }
div.DivClassName
{
background-color: #154E54;
}
.BgClassName
{
background-color: #154E54;
}
</style>
border-color css
<style>
span { border-color: #154E54; }
span { border-color: rgb(21,78,84); }
td.TdClassName
{
border-color: #154E54;
}
.TagClassName
{
border-color: #154E54;
}
</style>