Shades of Cyprus #0A3C3D
Tints of Cyprus #0A3C3D
RGB
CMYK
RGB Variations
Color information
#0A3C3D (or 0x0A3C3D) is known color: Cyprus. HEX triplet: 0A, 3C and 3D. RGB value is (10,60,61). Sum of RGB (Red+Green+Blue) = 10+60+61=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 60 (23.83% from 255 or 45.80% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A3C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3C3D is #F5C3C2. Grayscale: #2D2D2D. Windows color (decimal): -16106435 or 4013066. OLE color: 4013066.
HSL color Cylindrical-coordinate representation of color #0A3C3D: hue angle of 181.18º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3C3D is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 60 | 61 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.76 |
| HSL | 181.18º | 0.72% | 0.14% | - |
| HSV(B) | 181.18º | 0.84% | 0.24% | - |
| XYZ | 2.58 | 3.63 | 4.98 | - |
| YUV | 45.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 60 | 61 | 0.84 | 0.02 | 0 | 0.76 | 181.18 | 0.72 | 0.14 |
| Hex | A | 3C | 3D | 54 | 2 | 0 | 4C | B5 | 48 | E |
| Octal | 12 | 74 | 75 | 124 | 2 | 0 | 114 | 265 | 110 | 16 |
| Binary | 1010 | 111100 | 111101 | 1010100 | 10 | 0 | 1001100 | 10110101 | 1001000 | 1110 |
Color Harmonies of #0A3C3D
Complementary color
Monochromatic Colors of #0A3C3D
Black with #0A3C3D
Text Example
Text Example
White with #0A3C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3C3D; }
p { color: rgb(10,60,61); }
H1.HeaderClassName
{
color: #0A3C3D;
}
.AnyTagClassName
{
color: #0A3C3D;
}
</style>
background-color css
<style>
a { background-color: #0A3C3D; }
a { background-color: rgb(10,60,61); }
div.DivClassName
{
background-color: #0A3C3D;
}
.BgClassName
{
background-color: #0A3C3D;
}
</style>
border-color css
<style>
span { border-color: #0A3C3D; }
span { border-color: rgb(10,60,61); }
td.TdClassName
{
border-color: #0A3C3D;
}
.TagClassName
{
border-color: #0A3C3D;
}
</style>