Shades of Cyprus #15544D
Tints of Cyprus #15544D
RGB
CMYK
RGB Variations
Color information
#15544D (or 0x15544D) is known color: Cyprus. HEX triplet: 15, 54 and 4D. RGB value is (21,84,77). Sum of RGB (Red+Green+Blue) = 21+84+77=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #15544D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15544D is #EAABB2. Grayscale: #404040. Windows color (decimal): -15379379 or 5067797. OLE color: 5067797.
HSL color Cylindrical-coordinate representation of color #15544D: hue angle of 173.33º 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 #15544D is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 84 | 77 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.67 |
| HSL | 173.33º | 0.6% | 0.21% | - |
| HSV(B) | 173.33º | 0.75% | 0.33% | - |
| XYZ | 4.82 | 7.04 | 8.13 | - |
| YUV | 64.37 | 135.13 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 77 | 0.75 | 0 | 0.08 | 0.67 | 173.33 | 0.6 | 0.21 |
| Hex | 15 | 54 | 4D | 4B | 0 | 8 | 43 | AD | 3C | 15 |
| Octal | 25 | 124 | 115 | 113 | 0 | 10 | 103 | 255 | 74 | 25 |
| Binary | 10101 | 1010100 | 1001101 | 1001011 | 0 | 1000 | 1000011 | 10101101 | 111100 | 10101 |
Color Harmonies of #15544D
Complementary color
Monochromatic Colors of #15544D
Black with #15544D
Text Example
Text Example
White with #15544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15544D; }
p { color: rgb(21,84,77); }
H1.HeaderClassName
{
color: #15544D;
}
.AnyTagClassName
{
color: #15544D;
}
</style>
background-color css
<style>
a { background-color: #15544D; }
a { background-color: rgb(21,84,77); }
div.DivClassName
{
background-color: #15544D;
}
.BgClassName
{
background-color: #15544D;
}
</style>
border-color css
<style>
span { border-color: #15544D; }
span { border-color: rgb(21,84,77); }
td.TdClassName
{
border-color: #15544D;
}
.TagClassName
{
border-color: #15544D;
}
</style>