Shades of Cyprus #15534D
Tints of Cyprus #15534D
RGB
CMYK
RGB Variations
Color information
#15534D (or 0x15534D) is known color: Cyprus. HEX triplet: 15, 53 and 4D. RGB value is (21,83,77). Sum of RGB (Red+Green+Blue) = 21+83+77=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #15534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15534D is #EAACB2. Grayscale: #3F3F3F. Windows color (decimal): -15379635 or 5067541. OLE color: 5067541.
HSL color Cylindrical-coordinate representation of color #15534D: hue angle of 174.19º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15534D is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 77 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.67 |
| HSL | 174.19º | 0.6% | 0.2% | - |
| HSV(B) | 174.19º | 0.75% | 0.33% | - |
| XYZ | 4.74 | 6.88 | 8.1 | - |
| YUV | 63.78 | 135.46 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 77 | 0.75 | 0 | 0.07 | 0.67 | 174.19 | 0.6 | 0.2 |
| Hex | 15 | 53 | 4D | 4B | 0 | 7 | 43 | AE | 3C | 14 |
| Octal | 25 | 123 | 115 | 113 | 0 | 7 | 103 | 256 | 74 | 24 |
| Binary | 10101 | 1010011 | 1001101 | 1001011 | 0 | 111 | 1000011 | 10101110 | 111100 | 10100 |
Color Harmonies of #15534D
Complementary color
Monochromatic Colors of #15534D
Black with #15534D
Text Example
Text Example
White with #15534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15534D; }
p { color: rgb(21,83,77); }
H1.HeaderClassName
{
color: #15534D;
}
.AnyTagClassName
{
color: #15534D;
}
</style>
background-color css
<style>
a { background-color: #15534D; }
a { background-color: rgb(21,83,77); }
div.DivClassName
{
background-color: #15534D;
}
.BgClassName
{
background-color: #15534D;
}
</style>
border-color css
<style>
span { border-color: #15534D; }
span { border-color: rgb(21,83,77); }
td.TdClassName
{
border-color: #15534D;
}
.TagClassName
{
border-color: #15534D;
}
</style>