Shades of Cyprus #15514C
Tints of Cyprus #15514C
RGB
CMYK
RGB Variations
Color information
#15514C (or 0x15514C) is known color: Cyprus. HEX triplet: 15, 51 and 4C. RGB value is (21,81,76). Sum of RGB (Red+Green+Blue) = 21+81+76=178 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.80% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #15514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15514C is #EAAEB3. Grayscale: #3E3E3E. Windows color (decimal): -15380148 or 5001493. OLE color: 5001493.
HSL color Cylindrical-coordinate representation of color #15514C: hue angle of 175º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15514C is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 81 | 76 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.68 |
| HSL | 175º | 0.59% | 0.2% | - |
| HSV(B) | 175º | 0.74% | 0.32% | - |
| XYZ | 4.56 | 6.57 | 7.86 | - |
| YUV | 62.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 76 | 0.74 | 0 | 0.06 | 0.68 | 175 | 0.59 | 0.2 |
| Hex | 15 | 51 | 4C | 4A | 0 | 6 | 44 | AF | 3B | 14 |
| Octal | 25 | 121 | 114 | 112 | 0 | 6 | 104 | 257 | 73 | 24 |
| Binary | 10101 | 1010001 | 1001100 | 1001010 | 0 | 110 | 1000100 | 10101111 | 111011 | 10100 |
Color Harmonies of #15514C
Complementary color
Monochromatic Colors of #15514C
Black with #15514C
Text Example
Text Example
White with #15514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15514C; }
p { color: rgb(21,81,76); }
H1.HeaderClassName
{
color: #15514C;
}
.AnyTagClassName
{
color: #15514C;
}
</style>
background-color css
<style>
a { background-color: #15514C; }
a { background-color: rgb(21,81,76); }
div.DivClassName
{
background-color: #15514C;
}
.BgClassName
{
background-color: #15514C;
}
</style>
border-color css
<style>
span { border-color: #15514C; }
span { border-color: rgb(21,81,76); }
td.TdClassName
{
border-color: #15514C;
}
.TagClassName
{
border-color: #15514C;
}
</style>