Shades of Cyprus #10534B
Tints of Cyprus #10534B
RGB
CMYK
RGB Variations
Color information
#10534B (or 0x10534B) is known color: Cyprus. HEX triplet: 10, 53 and 4B. RGB value is (16,83,75). Sum of RGB (Red+Green+Blue) = 16+83+75=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #10534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10534B is #EFACB4. Grayscale: #3E3E3E. Windows color (decimal): -15707317 or 4936464. OLE color: 4936464.
HSL color Cylindrical-coordinate representation of color #10534B: hue angle of 172.84º 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 #10534B is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 83 | 75 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.67 |
| HSL | 172.84º | 0.68% | 0.19% | - |
| HSV(B) | 172.84º | 0.81% | 0.33% | - |
| XYZ | 4.58 | 6.8 | 7.73 | - |
| YUV | 62.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 75 | 0.81 | 0 | 0.10 | 0.67 | 172.84 | 0.68 | 0.19 |
| Hex | 10 | 53 | 4B | 51 | 0 | A | 43 | AD | 44 | 13 |
| Octal | 20 | 123 | 113 | 121 | 0 | 12 | 103 | 255 | 104 | 23 |
| Binary | 10000 | 1010011 | 1001011 | 1010001 | 0 | 1010 | 1000011 | 10101101 | 1000100 | 10011 |
Color Harmonies of #10534B
Complementary color
Monochromatic Colors of #10534B
Black with #10534B
Text Example
Text Example
White with #10534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10534B; }
p { color: rgb(16,83,75); }
H1.HeaderClassName
{
color: #10534B;
}
.AnyTagClassName
{
color: #10534B;
}
</style>
background-color css
<style>
a { background-color: #10534B; }
a { background-color: rgb(16,83,75); }
div.DivClassName
{
background-color: #10534B;
}
.BgClassName
{
background-color: #10534B;
}
</style>
border-color css
<style>
span { border-color: #10534B; }
span { border-color: rgb(16,83,75); }
td.TdClassName
{
border-color: #10534B;
}
.TagClassName
{
border-color: #10534B;
}
</style>