Shades of Cyprus #15544C
Tints of Cyprus #15544C
RGB
CMYK
RGB Variations
Color information
#15544C (or 0x15544C) is known color: Cyprus. HEX triplet: 15, 54 and 4C. RGB value is (21,84,76). Sum of RGB (Red+Green+Blue) = 21+84+76=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #15544C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15544C is #EAABB3. Grayscale: #404040. Windows color (decimal): -15379380 or 5002261. OLE color: 5002261.
HSL color Cylindrical-coordinate representation of color #15544C: hue angle of 172.38º 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 #15544C is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 84 | 76 | - |
| CMYK | 0.75 | 0 | 0.10 | 0.67 |
| HSL | 172.38º | 0.6% | 0.21% | - |
| HSV(B) | 172.38º | 0.75% | 0.33% | - |
| XYZ | 4.78 | 7.02 | 7.94 | - |
| YUV | 64.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 76 | 0.75 | 0 | 0.10 | 0.67 | 172.38 | 0.6 | 0.21 |
| Hex | 15 | 54 | 4C | 4B | 0 | A | 43 | AC | 3C | 15 |
| Octal | 25 | 124 | 114 | 113 | 0 | 12 | 103 | 254 | 74 | 25 |
| Binary | 10101 | 1010100 | 1001100 | 1001011 | 0 | 1010 | 1000011 | 10101100 | 111100 | 10101 |
Color Harmonies of #15544C
Complementary color
Monochromatic Colors of #15544C
Black with #15544C
Text Example
Text Example
White with #15544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15544C; }
p { color: rgb(21,84,76); }
H1.HeaderClassName
{
color: #15544C;
}
.AnyTagClassName
{
color: #15544C;
}
</style>
background-color css
<style>
a { background-color: #15544C; }
a { background-color: rgb(21,84,76); }
div.DivClassName
{
background-color: #15544C;
}
.BgClassName
{
background-color: #15544C;
}
</style>
border-color css
<style>
span { border-color: #15544C; }
span { border-color: rgb(21,84,76); }
td.TdClassName
{
border-color: #15544C;
}
.TagClassName
{
border-color: #15544C;
}
</style>