Shades of Cyprus #083F46
Tints of Cyprus #083F46
RGB
CMYK
RGB Variations
Color information
#083F46 (or 0x083F46) is known color: Cyprus. HEX triplet: 08, 3F and 46. RGB value is (8,63,70). Sum of RGB (Red+Green+Blue) = 8+63+70=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #083F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083F46 is #F7C0B9. Grayscale: #2F2F2F. Windows color (decimal): -16236730 or 4603656. OLE color: 4603656.
HSL color Cylindrical-coordinate representation of color #083F46: hue angle of 186.77º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #083F46 is Cyan = 0.89, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 63 | 70 | - |
| CMYK | 0.89 | 0.10 | 0 | 0.73 |
| HSL | 186.77º | 0.79% | 0.15% | - |
| HSV(B) | 186.77º | 0.89% | 0.27% | - |
| XYZ | 2.98 | 4.05 | 6.42 | - |
| YUV | 47.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 70 | 0.89 | 0.10 | 0 | 0.73 | 186.77 | 0.79 | 0.15 |
| Hex | 8 | 3F | 46 | 59 | A | 0 | 49 | BB | 4F | F |
| Octal | 10 | 77 | 106 | 131 | 12 | 0 | 111 | 273 | 117 | 17 |
| Binary | 1000 | 111111 | 1000110 | 1011001 | 1010 | 0 | 1001001 | 10111011 | 1001111 | 1111 |
Color Harmonies of #083F46
Complementary color
Monochromatic Colors of #083F46
Black with #083F46
Text Example
Text Example
White with #083F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083F46; }
p { color: rgb(8,63,70); }
H1.HeaderClassName
{
color: #083F46;
}
.AnyTagClassName
{
color: #083F46;
}
</style>
background-color css
<style>
a { background-color: #083F46; }
a { background-color: rgb(8,63,70); }
div.DivClassName
{
background-color: #083F46;
}
.BgClassName
{
background-color: #083F46;
}
</style>
border-color css
<style>
span { border-color: #083F46; }
span { border-color: rgb(8,63,70); }
td.TdClassName
{
border-color: #083F46;
}
.TagClassName
{
border-color: #083F46;
}
</style>