Shades of Cyprus #15554B
Tints of Cyprus #15554B
RGB
CMYK
RGB Variations
Color information
#15554B (or 0x15554B) is known color: Cyprus. HEX triplet: 15, 55 and 4B. RGB value is (21,85,75). Sum of RGB (Red+Green+Blue) = 21+85+75=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #15554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15554B is #EAAAB4. Grayscale: #404040. Windows color (decimal): -15379125 or 4936981. OLE color: 4936981.
HSL color Cylindrical-coordinate representation of color #15554B: hue angle of 170.62º 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 #15554B is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 85 | 75 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.67 |
| HSL | 170.63º | 0.6% | 0.21% | - |
| HSV(B) | 170.63º | 0.75% | 0.33% | - |
| XYZ | 4.83 | 7.16 | 7.79 | - |
| YUV | 64.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 75 | 0.75 | 0 | 0.12 | 0.67 | 170.63 | 0.6 | 0.21 |
| Hex | 15 | 55 | 4B | 4B | 0 | C | 43 | AB | 3C | 15 |
| Octal | 25 | 125 | 113 | 113 | 0 | 14 | 103 | 253 | 74 | 25 |
| Binary | 10101 | 1010101 | 1001011 | 1001011 | 0 | 1100 | 1000011 | 10101011 | 111100 | 10101 |
Color Harmonies of #15554B
Complementary color
Monochromatic Colors of #15554B
Black with #15554B
Text Example
Text Example
White with #15554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15554B; }
p { color: rgb(21,85,75); }
H1.HeaderClassName
{
color: #15554B;
}
.AnyTagClassName
{
color: #15554B;
}
</style>
background-color css
<style>
a { background-color: #15554B; }
a { background-color: rgb(21,85,75); }
div.DivClassName
{
background-color: #15554B;
}
.BgClassName
{
background-color: #15554B;
}
</style>
border-color css
<style>
span { border-color: #15554B; }
span { border-color: rgb(21,85,75); }
td.TdClassName
{
border-color: #15554B;
}
.TagClassName
{
border-color: #15554B;
}
</style>