Shades of Cyprus #0B4F4C
Tints of Cyprus #0B4F4C
RGB
CMYK
RGB Variations
Color information
#0B4F4C (or 0x0B4F4C) is known color: Cyprus. HEX triplet: 0B, 4F and 4C. RGB value is (11,79,76). Sum of RGB (Red+Green+Blue) = 11+79+76=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #0B4F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B4F4C is #F4B0B3. Grayscale: #3A3A3A. Windows color (decimal): -16036020 or 5000971. OLE color: 5000971.
HSL color Cylindrical-coordinate representation of color #0B4F4C: hue angle of 177.35º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4F4C is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 79 | 76 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.69 |
| HSL | 177.35º | 0.76% | 0.18% | - |
| HSV(B) | 177.35º | 0.86% | 0.31% | - |
| XYZ | 4.24 | 6.18 | 7.81 | - |
| YUV | 58.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 79 | 76 | 0.86 | 0 | 0.04 | 0.69 | 177.35 | 0.76 | 0.18 |
| Hex | B | 4F | 4C | 56 | 0 | 4 | 45 | B1 | 4C | 12 |
| Octal | 13 | 117 | 114 | 126 | 0 | 4 | 105 | 261 | 114 | 22 |
| Binary | 1011 | 1001111 | 1001100 | 1010110 | 0 | 100 | 1000101 | 10110001 | 1001100 | 10010 |
Color Harmonies of #0B4F4C
Complementary color
Monochromatic Colors of #0B4F4C
Black with #0B4F4C
Text Example
Text Example
White with #0B4F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4F4C; }
p { color: rgb(11,79,76); }
H1.HeaderClassName
{
color: #0B4F4C;
}
.AnyTagClassName
{
color: #0B4F4C;
}
</style>
background-color css
<style>
a { background-color: #0B4F4C; }
a { background-color: rgb(11,79,76); }
div.DivClassName
{
background-color: #0B4F4C;
}
.BgClassName
{
background-color: #0B4F4C;
}
</style>
border-color css
<style>
span { border-color: #0B4F4C; }
span { border-color: rgb(11,79,76); }
td.TdClassName
{
border-color: #0B4F4C;
}
.TagClassName
{
border-color: #0B4F4C;
}
</style>