Shades of Cyprus #154E53
Tints of Cyprus #154E53
RGB
CMYK
RGB Variations
Color information
#154E53 (or 0x154E53) is known color: Cyprus. HEX triplet: 15, 4E and 53. RGB value is (21,78,83). Sum of RGB (Red+Green+Blue) = 21+78+83=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 78 (30.86% from 255 or 42.86% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #154E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154E53 is #EAB1AC. Grayscale: #3D3D3D. Windows color (decimal): -15380909 or 5459477. OLE color: 5459477.
HSL color Cylindrical-coordinate representation of color #154E53: hue angle of 184.84º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #154E53 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 78 | 83 | - |
| CMYK | 0.75 | 0.06 | 0 | 0.67 |
| HSL | 184.84º | 0.6% | 0.2% | - |
| HSV(B) | 184.84º | 0.75% | 0.33% | - |
| XYZ | 4.59 | 6.23 | 9.14 | - |
| YUV | 61.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 83 | 0.75 | 0.06 | 0 | 0.67 | 184.84 | 0.6 | 0.2 |
| Hex | 15 | 4E | 53 | 4B | 6 | 0 | 43 | B9 | 3C | 14 |
| Octal | 25 | 116 | 123 | 113 | 6 | 0 | 103 | 271 | 74 | 24 |
| Binary | 10101 | 1001110 | 1010011 | 1001011 | 110 | 0 | 1000011 | 10111001 | 111100 | 10100 |
Color Harmonies of #154E53
Complementary color
Monochromatic Colors of #154E53
Black with #154E53
Text Example
Text Example
White with #154E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154E53; }
p { color: rgb(21,78,83); }
H1.HeaderClassName
{
color: #154E53;
}
.AnyTagClassName
{
color: #154E53;
}
</style>
background-color css
<style>
a { background-color: #154E53; }
a { background-color: rgb(21,78,83); }
div.DivClassName
{
background-color: #154E53;
}
.BgClassName
{
background-color: #154E53;
}
</style>
border-color css
<style>
span { border-color: #154E53; }
span { border-color: rgb(21,78,83); }
td.TdClassName
{
border-color: #154E53;
}
.TagClassName
{
border-color: #154E53;
}
</style>