Shades of Cyprus #083D3F
Tints of Cyprus #083D3F
RGB
CMYK
RGB Variations
Color information
#083D3F (or 0x083D3F) is known color: Cyprus. HEX triplet: 08, 3D and 3F. RGB value is (8,61,63). Sum of RGB (Red+Green+Blue) = 8+61+63=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #083D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D3F is #F7C2C0. Grayscale: #2D2D2D. Windows color (decimal): -16237249 or 4144392. OLE color: 4144392.
HSL color Cylindrical-coordinate representation of color #083D3F: hue angle of 182.18º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083D3F is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 61 | 63 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.75 |
| HSL | 182.18º | 0.77% | 0.14% | - |
| HSV(B) | 182.18º | 0.87% | 0.25% | - |
| XYZ | 2.67 | 3.75 | 5.29 | - |
| YUV | 45.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 63 | 0.87 | 0.03 | 0 | 0.75 | 182.18 | 0.77 | 0.14 |
| Hex | 8 | 3D | 3F | 57 | 3 | 0 | 4B | B6 | 4D | E |
| Octal | 10 | 75 | 77 | 127 | 3 | 0 | 113 | 266 | 115 | 16 |
| Binary | 1000 | 111101 | 111111 | 1010111 | 11 | 0 | 1001011 | 10110110 | 1001101 | 1110 |
Color Harmonies of #083D3F
Complementary color
Monochromatic Colors of #083D3F
Black with #083D3F
Text Example
Text Example
White with #083D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D3F; }
p { color: rgb(8,61,63); }
H1.HeaderClassName
{
color: #083D3F;
}
.AnyTagClassName
{
color: #083D3F;
}
</style>
background-color css
<style>
a { background-color: #083D3F; }
a { background-color: rgb(8,61,63); }
div.DivClassName
{
background-color: #083D3F;
}
.BgClassName
{
background-color: #083D3F;
}
</style>
border-color css
<style>
span { border-color: #083D3F; }
span { border-color: rgb(8,61,63); }
td.TdClassName
{
border-color: #083D3F;
}
.TagClassName
{
border-color: #083D3F;
}
</style>