Shades of Cyprus #15524C
Tints of Cyprus #15524C
RGB
CMYK
RGB Variations
Color information
#15524C (or 0x15524C) is known color: Cyprus. HEX triplet: 15, 52 and 4C. RGB value is (21,82,76). Sum of RGB (Red+Green+Blue) = 21+82+76=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #15524C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15524C is #EAADB3. Grayscale: #3F3F3F. Windows color (decimal): -15379892 or 5001749. OLE color: 5001749.
HSL color Cylindrical-coordinate representation of color #15524C: hue angle of 174.1º 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 #15524C is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 21 | 82 | 76 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.68 |
| HSL | 174.1º | 0.59% | 0.2% | - |
| HSV(B) | 174.1º | 0.74% | 0.32% | - |
| XYZ | 4.63 | 6.72 | 7.89 | - |
| YUV | 63.08 | 135.29 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 76 | 0.74 | 0 | 0.07 | 0.68 | 174.1 | 0.59 | 0.2 |
| Hex | 15 | 52 | 4C | 4A | 0 | 7 | 44 | AE | 3B | 14 |
| Octal | 25 | 122 | 114 | 112 | 0 | 7 | 104 | 256 | 73 | 24 |
| Binary | 10101 | 1010010 | 1001100 | 1001010 | 0 | 111 | 1000100 | 10101110 | 111011 | 10100 |
Color Harmonies of #15524C
Complementary color
Monochromatic Colors of #15524C
Black with #15524C
Text Example
Text Example
White with #15524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15524C; }
p { color: rgb(21,82,76); }
H1.HeaderClassName
{
color: #15524C;
}
.AnyTagClassName
{
color: #15524C;
}
</style>
background-color css
<style>
a { background-color: #15524C; }
a { background-color: rgb(21,82,76); }
div.DivClassName
{
background-color: #15524C;
}
.BgClassName
{
background-color: #15524C;
}
</style>
border-color css
<style>
span { border-color: #15524C; }
span { border-color: rgb(21,82,76); }
td.TdClassName
{
border-color: #15524C;
}
.TagClassName
{
border-color: #15524C;
}
</style>