Shades of Cyprus #083A3A
Tints of Cyprus #083A3A
RGB
CMYK
RGB Variations
Color information
#083A3A (or 0x083A3A) is known color: Cyprus. HEX triplet: 08, 3A and 3A. RGB value is (8,58,58). Sum of RGB (Red+Green+Blue) = 8+58+58=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #083A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083A3A is #F7C5C5. Grayscale: #2B2B2B. Windows color (decimal): -16238022 or 3815944. OLE color: 3815944.
HSL color Cylindrical-coordinate representation of color #083A3A: hue angle of 180º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083A3A is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 58 | 58 | - |
| CMYK | 0.86 | 0 | 0 | 0.77 |
| HSL | 180º | 0.76% | 0.13% | - |
| HSV(B) | 180º | 0.86% | 0.23% | - |
| XYZ | 2.38 | 3.38 | 4.53 | - |
| YUV | 43.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 58 | 0.86 | 0 | 0 | 0.77 | 180 | 0.76 | 0.13 |
| Hex | 8 | 3A | 3A | 56 | 0 | 0 | 4D | B4 | 4C | D |
| Octal | 10 | 72 | 72 | 126 | 0 | 0 | 115 | 264 | 114 | 15 |
| Binary | 1000 | 111010 | 111010 | 1010110 | 0 | 0 | 1001101 | 10110100 | 1001100 | 1101 |
Color Harmonies of #083A3A
Complementary color
Monochromatic Colors of #083A3A
Black with #083A3A
Text Example
Text Example
White with #083A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083A3A; }
p { color: rgb(8,58,58); }
H1.HeaderClassName
{
color: #083A3A;
}
.AnyTagClassName
{
color: #083A3A;
}
</style>
background-color css
<style>
a { background-color: #083A3A; }
a { background-color: rgb(8,58,58); }
div.DivClassName
{
background-color: #083A3A;
}
.BgClassName
{
background-color: #083A3A;
}
</style>
border-color css
<style>
span { border-color: #083A3A; }
span { border-color: rgb(8,58,58); }
td.TdClassName
{
border-color: #083A3A;
}
.TagClassName
{
border-color: #083A3A;
}
</style>