Shades of Cyprus #15534C
Tints of Cyprus #15534C
RGB
CMYK
RGB Variations
Color information
#15534C (or 0x15534C) is known color: Cyprus. HEX triplet: 15, 53 and 4C. RGB value is (21,83,76). Sum of RGB (Red+Green+Blue) = 21+83+76=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #15534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15534C is #EAACB3. Grayscale: #3F3F3F. Windows color (decimal): -15379636 or 5002005. OLE color: 5002005.
HSL color Cylindrical-coordinate representation of color #15534C: hue angle of 173.23º 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 #15534C is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 83 | 76 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.67 |
| HSL | 173.23º | 0.6% | 0.2% | - |
| HSV(B) | 173.23º | 0.75% | 0.33% | - |
| XYZ | 4.71 | 6.87 | 7.91 | - |
| YUV | 63.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 76 | 0.75 | 0 | 0.08 | 0.67 | 173.23 | 0.6 | 0.2 |
| Hex | 15 | 53 | 4C | 4B | 0 | 8 | 43 | AD | 3C | 14 |
| Octal | 25 | 123 | 114 | 113 | 0 | 10 | 103 | 255 | 74 | 24 |
| Binary | 10101 | 1010011 | 1001100 | 1001011 | 0 | 1000 | 1000011 | 10101101 | 111100 | 10100 |
Color Harmonies of #15534C
Complementary color
Monochromatic Colors of #15534C
Black with #15534C
Text Example
Text Example
White with #15534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15534C; }
p { color: rgb(21,83,76); }
H1.HeaderClassName
{
color: #15534C;
}
.AnyTagClassName
{
color: #15534C;
}
</style>
background-color css
<style>
a { background-color: #15534C; }
a { background-color: rgb(21,83,76); }
div.DivClassName
{
background-color: #15534C;
}
.BgClassName
{
background-color: #15534C;
}
</style>
border-color css
<style>
span { border-color: #15534C; }
span { border-color: rgb(21,83,76); }
td.TdClassName
{
border-color: #15534C;
}
.TagClassName
{
border-color: #15534C;
}
</style>