Shades of Cyprus #083D3C
Tints of Cyprus #083D3C
RGB
CMYK
RGB Variations
Color information
#083D3C (or 0x083D3C) is known color: Cyprus. HEX triplet: 08, 3D and 3C. RGB value is (8,61,60). Sum of RGB (Red+Green+Blue) = 8+61+60=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #083D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D3C is #F7C2C3. Grayscale: #2C2C2C. Windows color (decimal): -16237252 or 3947784. OLE color: 3947784.
HSL color Cylindrical-coordinate representation of color #083D3C: hue angle of 178.87º 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 #083D3C is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 61 | 60 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.76 |
| HSL | 178.87º | 0.77% | 0.14% | - |
| HSV(B) | 178.87º | 0.87% | 0.24% | - |
| XYZ | 2.58 | 3.72 | 4.86 | - |
| YUV | 45.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 60 | 0.87 | 0 | 0.02 | 0.76 | 178.87 | 0.77 | 0.14 |
| Hex | 8 | 3D | 3C | 57 | 0 | 2 | 4C | B3 | 4D | E |
| Octal | 10 | 75 | 74 | 127 | 0 | 2 | 114 | 263 | 115 | 16 |
| Binary | 1000 | 111101 | 111100 | 1010111 | 0 | 10 | 1001100 | 10110011 | 1001101 | 1110 |
Color Harmonies of #083D3C
Complementary color
Monochromatic Colors of #083D3C
Black with #083D3C
Text Example
Text Example
White with #083D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D3C; }
p { color: rgb(8,61,60); }
H1.HeaderClassName
{
color: #083D3C;
}
.AnyTagClassName
{
color: #083D3C;
}
</style>
background-color css
<style>
a { background-color: #083D3C; }
a { background-color: rgb(8,61,60); }
div.DivClassName
{
background-color: #083D3C;
}
.BgClassName
{
background-color: #083D3C;
}
</style>
border-color css
<style>
span { border-color: #083D3C; }
span { border-color: rgb(8,61,60); }
td.TdClassName
{
border-color: #083D3C;
}
.TagClassName
{
border-color: #083D3C;
}
</style>