Shades of Cyprus #10534C
Tints of Cyprus #10534C
RGB
CMYK
RGB Variations
Color information
#10534C (or 0x10534C) is known color: Cyprus. HEX triplet: 10, 53 and 4C. RGB value is (16,83,76). Sum of RGB (Red+Green+Blue) = 16+83+76=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #10534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10534C is #EFACB3. Grayscale: #3E3E3E. Windows color (decimal): -15707316 or 5002000. OLE color: 5002000.
HSL color Cylindrical-coordinate representation of color #10534C: hue angle of 173.73º 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 #10534C is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 76 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.67 |
| HSL | 173.73º | 0.68% | 0.19% | - |
| HSV(B) | 173.73º | 0.81% | 0.33% | - |
| XYZ | 4.61 | 6.82 | 7.91 | - |
| YUV | 62.17 | 135.8 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 76 | 0.81 | 0 | 0.08 | 0.67 | 173.73 | 0.68 | 0.19 |
| Hex | 10 | 53 | 4C | 51 | 0 | 8 | 43 | AE | 44 | 13 |
| Octal | 20 | 123 | 114 | 121 | 0 | 10 | 103 | 256 | 104 | 23 |
| Binary | 10000 | 1010011 | 1001100 | 1010001 | 0 | 1000 | 1000011 | 10101110 | 1000100 | 10011 |
Color Harmonies of #10534C
Complementary color
Monochromatic Colors of #10534C
Black with #10534C
Text Example
Text Example
White with #10534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10534C; }
p { color: rgb(16,83,76); }
H1.HeaderClassName
{
color: #10534C;
}
.AnyTagClassName
{
color: #10534C;
}
</style>
background-color css
<style>
a { background-color: #10534C; }
a { background-color: rgb(16,83,76); }
div.DivClassName
{
background-color: #10534C;
}
.BgClassName
{
background-color: #10534C;
}
</style>
border-color css
<style>
span { border-color: #10534C; }
span { border-color: rgb(16,83,76); }
td.TdClassName
{
border-color: #10534C;
}
.TagClassName
{
border-color: #10534C;
}
</style>