Shades of Cyprus #10534F
Tints of Cyprus #10534F
RGB
CMYK
RGB Variations
Color information
#10534F (or 0x10534F) is known color: Cyprus. HEX triplet: 10, 53 and 4F. RGB value is (16,83,79). Sum of RGB (Red+Green+Blue) = 16+83+79=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #10534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10534F is #EFACB0. Grayscale: #3E3E3E. Windows color (decimal): -15707313 or 5198608. OLE color: 5198608.
HSL color Cylindrical-coordinate representation of color #10534F: hue angle of 176.42º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10534F is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 79 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.67 |
| HSL | 176.42º | 0.68% | 0.19% | - |
| HSV(B) | 176.42º | 0.81% | 0.33% | - |
| XYZ | 4.72 | 6.86 | 8.47 | - |
| YUV | 62.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 79 | 0.81 | 0 | 0.05 | 0.67 | 176.42 | 0.68 | 0.19 |
| Hex | 10 | 53 | 4F | 51 | 0 | 5 | 43 | B0 | 44 | 13 |
| Octal | 20 | 123 | 117 | 121 | 0 | 5 | 103 | 260 | 104 | 23 |
| Binary | 10000 | 1010011 | 1001111 | 1010001 | 0 | 101 | 1000011 | 10110000 | 1000100 | 10011 |
Color Harmonies of #10534F
Complementary color
Monochromatic Colors of #10534F
Black with #10534F
Text Example
Text Example
White with #10534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10534F; }
p { color: rgb(16,83,79); }
H1.HeaderClassName
{
color: #10534F;
}
.AnyTagClassName
{
color: #10534F;
}
</style>
background-color css
<style>
a { background-color: #10534F; }
a { background-color: rgb(16,83,79); }
div.DivClassName
{
background-color: #10534F;
}
.BgClassName
{
background-color: #10534F;
}
</style>
border-color css
<style>
span { border-color: #10534F; }
span { border-color: rgb(16,83,79); }
td.TdClassName
{
border-color: #10534F;
}
.TagClassName
{
border-color: #10534F;
}
</style>