Shades of Cyprus #10524D
Tints of Cyprus #10524D
RGB
CMYK
RGB Variations
Color information
#10524D (or 0x10524D) is known color: Cyprus. HEX triplet: 10, 52 and 4D. RGB value is (16,82,77). Sum of RGB (Red+Green+Blue) = 16+82+77=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #10524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10524D is #EFADB2. Grayscale: #3D3D3D. Windows color (decimal): -15707571 or 5067280. OLE color: 5067280.
HSL color Cylindrical-coordinate representation of color #10524D: hue angle of 175.45º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10524D is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 82 | 77 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.68 |
| HSL | 175.45º | 0.67% | 0.19% | - |
| HSV(B) | 175.45º | 0.8% | 0.32% | - |
| XYZ | 4.57 | 6.68 | 8.07 | - |
| YUV | 61.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 77 | 0.80 | 0 | 0.06 | 0.68 | 175.45 | 0.67 | 0.19 |
| Hex | 10 | 52 | 4D | 50 | 0 | 6 | 44 | AF | 43 | 13 |
| Octal | 20 | 122 | 115 | 120 | 0 | 6 | 104 | 257 | 103 | 23 |
| Binary | 10000 | 1010010 | 1001101 | 1010000 | 0 | 110 | 1000100 | 10101111 | 1000011 | 10011 |
Color Harmonies of #10524D
Complementary color
Monochromatic Colors of #10524D
Black with #10524D
Text Example
Text Example
White with #10524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10524D; }
p { color: rgb(16,82,77); }
H1.HeaderClassName
{
color: #10524D;
}
.AnyTagClassName
{
color: #10524D;
}
</style>
background-color css
<style>
a { background-color: #10524D; }
a { background-color: rgb(16,82,77); }
div.DivClassName
{
background-color: #10524D;
}
.BgClassName
{
background-color: #10524D;
}
</style>
border-color css
<style>
span { border-color: #10524D; }
span { border-color: rgb(16,82,77); }
td.TdClassName
{
border-color: #10524D;
}
.TagClassName
{
border-color: #10524D;
}
</style>