Shades of Cyprus #0B534D
Tints of Cyprus #0B534D
RGB
CMYK
RGB Variations
Color information
#0B534D (or 0x0B534D) is known color: Cyprus. HEX triplet: 0B, 53 and 4D. RGB value is (11,83,77). Sum of RGB (Red+Green+Blue) = 11+83+77=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #0B534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B534D is #F4ACB2. Grayscale: #3C3C3C. Windows color (decimal): -16034995 or 5067531. OLE color: 5067531.
HSL color Cylindrical-coordinate representation of color #0B534D: hue angle of 175º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B534D is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 83 | 77 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.67 |
| HSL | 175º | 0.77% | 0.18% | - |
| HSV(B) | 175º | 0.87% | 0.33% | - |
| XYZ | 4.57 | 6.79 | 8.09 | - |
| YUV | 60.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 83 | 77 | 0.87 | 0 | 0.07 | 0.67 | 175 | 0.77 | 0.18 |
| Hex | B | 53 | 4D | 57 | 0 | 7 | 43 | AF | 4D | 12 |
| Octal | 13 | 123 | 115 | 127 | 0 | 7 | 103 | 257 | 115 | 22 |
| Binary | 1011 | 1010011 | 1001101 | 1010111 | 0 | 111 | 1000011 | 10101111 | 1001101 | 10010 |
Color Harmonies of #0B534D
Complementary color
Monochromatic Colors of #0B534D
Black with #0B534D
Text Example
Text Example
White with #0B534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B534D; }
p { color: rgb(11,83,77); }
H1.HeaderClassName
{
color: #0B534D;
}
.AnyTagClassName
{
color: #0B534D;
}
</style>
background-color css
<style>
a { background-color: #0B534D; }
a { background-color: rgb(11,83,77); }
div.DivClassName
{
background-color: #0B534D;
}
.BgClassName
{
background-color: #0B534D;
}
</style>
border-color css
<style>
span { border-color: #0B534D; }
span { border-color: rgb(11,83,77); }
td.TdClassName
{
border-color: #0B534D;
}
.TagClassName
{
border-color: #0B534D;
}
</style>