Shades of Cyprus #15554C
Tints of Cyprus #15554C
RGB
CMYK
RGB Variations
Color information
#15554C (or 0x15554C) is known color: Cyprus. HEX triplet: 15, 55 and 4C. RGB value is (21,85,76). Sum of RGB (Red+Green+Blue) = 21+85+76=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #15554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15554C is #EAAAB3. Grayscale: #404040. Windows color (decimal): -15379124 or 5002517. OLE color: 5002517.
HSL color Cylindrical-coordinate representation of color #15554C: hue angle of 171.56º 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 #15554C is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 76 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.67 |
| HSL | 171.56º | 0.6% | 0.21% | - |
| HSV(B) | 171.56º | 0.75% | 0.33% | - |
| XYZ | 4.86 | 7.18 | 7.97 | - |
| YUV | 64.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 76 | 0.75 | 0 | 0.11 | 0.67 | 171.56 | 0.6 | 0.21 |
| Hex | 15 | 55 | 4C | 4B | 0 | B | 43 | AC | 3C | 15 |
| Octal | 25 | 125 | 114 | 113 | 0 | 13 | 103 | 254 | 74 | 25 |
| Binary | 10101 | 1010101 | 1001100 | 1001011 | 0 | 1011 | 1000011 | 10101100 | 111100 | 10101 |
Color Harmonies of #15554C
Complementary color
Monochromatic Colors of #15554C
Black with #15554C
Text Example
Text Example
White with #15554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15554C; }
p { color: rgb(21,85,76); }
H1.HeaderClassName
{
color: #15554C;
}
.AnyTagClassName
{
color: #15554C;
}
</style>
background-color css
<style>
a { background-color: #15554C; }
a { background-color: rgb(21,85,76); }
div.DivClassName
{
background-color: #15554C;
}
.BgClassName
{
background-color: #15554C;
}
</style>
border-color css
<style>
span { border-color: #15554C; }
span { border-color: rgb(21,85,76); }
td.TdClassName
{
border-color: #15554C;
}
.TagClassName
{
border-color: #15554C;
}
</style>