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