Shades of Cyprus #15494C
Tints of Cyprus #15494C
RGB
CMYK
RGB Variations
Color information
#15494C (or 0x15494C) is known color: Cyprus. HEX triplet: 15, 49 and 4C. RGB value is (21,73,76). Sum of RGB (Red+Green+Blue) = 21+73+76=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #15494C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15494C is #EAB6B3. Grayscale: #393939. Windows color (decimal): -15382196 or 4999445. OLE color: 4999445.
HSL color Cylindrical-coordinate representation of color #15494C: hue angle of 183.27º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15494C is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 21 | 73 | 76 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.70 |
| HSL | 183.27º | 0.57% | 0.19% | - |
| HSV(B) | 183.27º | 0.72% | 0.3% | - |
| XYZ | 4 | 5.45 | 7.68 | - |
| YUV | 57.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 73 | 76 | 0.72 | 0.04 | 0 | 0.70 | 183.27 | 0.57 | 0.19 |
| Hex | 15 | 49 | 4C | 48 | 4 | 0 | 46 | B7 | 39 | 13 |
| Octal | 25 | 111 | 114 | 110 | 4 | 0 | 106 | 267 | 71 | 23 |
| Binary | 10101 | 1001001 | 1001100 | 1001000 | 100 | 0 | 1000110 | 10110111 | 111001 | 10011 |
Color Harmonies of #15494C
Complementary color
Monochromatic Colors of #15494C
Black with #15494C
Text Example
Text Example
White with #15494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15494C; }
p { color: rgb(21,73,76); }
H1.HeaderClassName
{
color: #15494C;
}
.AnyTagClassName
{
color: #15494C;
}
</style>
background-color css
<style>
a { background-color: #15494C; }
a { background-color: rgb(21,73,76); }
div.DivClassName
{
background-color: #15494C;
}
.BgClassName
{
background-color: #15494C;
}
</style>
border-color css
<style>
span { border-color: #15494C; }
span { border-color: rgb(21,73,76); }
td.TdClassName
{
border-color: #15494C;
}
.TagClassName
{
border-color: #15494C;
}
</style>