Shades of Cyprus #083D3A
Tints of Cyprus #083D3A
RGB
CMYK
RGB Variations
Color information
#083D3A (or 0x083D3A) is known color: Cyprus. HEX triplet: 08, 3D and 3A. RGB value is (8,61,58). Sum of RGB (Red+Green+Blue) = 8+61+58=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #083D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D3A is #F7C2C5. Grayscale: #2C2C2C. Windows color (decimal): -16237254 or 3816712. OLE color: 3816712.
HSL color Cylindrical-coordinate representation of color #083D3A: hue angle of 176.6º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083D3A is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 61 | 58 | - |
| CMYK | 0.87 | 0 | 0.05 | 0.76 |
| HSL | 176.6º | 0.77% | 0.14% | - |
| HSV(B) | 176.6º | 0.87% | 0.24% | - |
| XYZ | 2.53 | 3.69 | 4.58 | - |
| YUV | 44.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 58 | 0.87 | 0 | 0.05 | 0.76 | 176.6 | 0.77 | 0.14 |
| Hex | 8 | 3D | 3A | 57 | 0 | 5 | 4C | B1 | 4D | E |
| Octal | 10 | 75 | 72 | 127 | 0 | 5 | 114 | 261 | 115 | 16 |
| Binary | 1000 | 111101 | 111010 | 1010111 | 0 | 101 | 1001100 | 10110001 | 1001101 | 1110 |
Color Harmonies of #083D3A
Complementary color
Monochromatic Colors of #083D3A
Black with #083D3A
Text Example
Text Example
White with #083D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D3A; }
p { color: rgb(8,61,58); }
H1.HeaderClassName
{
color: #083D3A;
}
.AnyTagClassName
{
color: #083D3A;
}
</style>
background-color css
<style>
a { background-color: #083D3A; }
a { background-color: rgb(8,61,58); }
div.DivClassName
{
background-color: #083D3A;
}
.BgClassName
{
background-color: #083D3A;
}
</style>
border-color css
<style>
span { border-color: #083D3A; }
span { border-color: rgb(8,61,58); }
td.TdClassName
{
border-color: #083D3A;
}
.TagClassName
{
border-color: #083D3A;
}
</style>