Shades of Cyprus #103F3C
Tints of Cyprus #103F3C
RGB
CMYK
RGB Variations
Color information
#103F3C (or 0x103F3C) is known color: Cyprus. HEX triplet: 10, 3F and 3C. RGB value is (16,63,60). Sum of RGB (Red+Green+Blue) = 16+63+60=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 63 - color contains mainly: green. Hex color #103F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F3C is #EFC0C3. Grayscale: #303030. Windows color (decimal): -15712452 or 3948304. OLE color: 3948304.
HSL color Cylindrical-coordinate representation of color #103F3C: hue angle of 176.17º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103F3C is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 63 | 60 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.75 |
| HSL | 176.17º | 0.59% | 0.15% | - |
| HSV(B) | 176.17º | 0.75% | 0.25% | - |
| XYZ | 2.81 | 3.99 | 4.9 | - |
| YUV | 48.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 60 | 0.75 | 0 | 0.05 | 0.75 | 176.17 | 0.59 | 0.15 |
| Hex | 10 | 3F | 3C | 4B | 0 | 5 | 4B | B0 | 3B | F |
| Octal | 20 | 77 | 74 | 113 | 0 | 5 | 113 | 260 | 73 | 17 |
| Binary | 10000 | 111111 | 111100 | 1001011 | 0 | 101 | 1001011 | 10110000 | 111011 | 1111 |
Color Harmonies of #103F3C
Complementary color
Monochromatic Colors of #103F3C
Black with #103F3C
Text Example
Text Example
White with #103F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F3C; }
p { color: rgb(16,63,60); }
H1.HeaderClassName
{
color: #103F3C;
}
.AnyTagClassName
{
color: #103F3C;
}
</style>
background-color css
<style>
a { background-color: #103F3C; }
a { background-color: rgb(16,63,60); }
div.DivClassName
{
background-color: #103F3C;
}
.BgClassName
{
background-color: #103F3C;
}
</style>
border-color css
<style>
span { border-color: #103F3C; }
span { border-color: rgb(16,63,60); }
td.TdClassName
{
border-color: #103F3C;
}
.TagClassName
{
border-color: #103F3C;
}
</style>