Shades of Cyprus #10534A
Tints of Cyprus #10534A
RGB
CMYK
RGB Variations
Color information
#10534A (or 0x10534A) is known color: Cyprus. HEX triplet: 10, 53 and 4A. RGB value is (16,83,74). Sum of RGB (Red+Green+Blue) = 16+83+74=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #10534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10534A is #EFACB5. Grayscale: #3D3D3D. Windows color (decimal): -15707318 or 4870928. OLE color: 4870928.
HSL color Cylindrical-coordinate representation of color #10534A: hue angle of 171.94º 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 #10534A is Cyan = 0.81, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 74 | - |
| CMYK | 0.81 | 0 | 0.11 | 0.67 |
| HSL | 171.94º | 0.68% | 0.19% | - |
| HSV(B) | 171.94º | 0.81% | 0.33% | - |
| XYZ | 4.54 | 6.79 | 7.55 | - |
| YUV | 61.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 74 | 0.81 | 0 | 0.11 | 0.67 | 171.94 | 0.68 | 0.19 |
| Hex | 10 | 53 | 4A | 51 | 0 | B | 43 | AC | 44 | 13 |
| Octal | 20 | 123 | 112 | 121 | 0 | 13 | 103 | 254 | 104 | 23 |
| Binary | 10000 | 1010011 | 1001010 | 1010001 | 0 | 1011 | 1000011 | 10101100 | 1000100 | 10011 |
Color Harmonies of #10534A
Complementary color
Monochromatic Colors of #10534A
Black with #10534A
Text Example
Text Example
White with #10534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10534A; }
p { color: rgb(16,83,74); }
H1.HeaderClassName
{
color: #10534A;
}
.AnyTagClassName
{
color: #10534A;
}
</style>
background-color css
<style>
a { background-color: #10534A; }
a { background-color: rgb(16,83,74); }
div.DivClassName
{
background-color: #10534A;
}
.BgClassName
{
background-color: #10534A;
}
</style>
border-color css
<style>
span { border-color: #10534A; }
span { border-color: rgb(16,83,74); }
td.TdClassName
{
border-color: #10534A;
}
.TagClassName
{
border-color: #10534A;
}
</style>