Shades of Cyprus #103F46
Tints of Cyprus #103F46
RGB
CMYK
RGB Variations
Color information
#103F46 (or 0x103F46) is known color: Cyprus. HEX triplet: 10, 3F and 46. RGB value is (16,63,70). Sum of RGB (Red+Green+Blue) = 16+63+70=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #103F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F46 is #EFC0B9. Grayscale: #313131. Windows color (decimal): -15712442 or 4603664. OLE color: 4603664.
HSL color Cylindrical-coordinate representation of color #103F46: hue angle of 187.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #103F46 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 63 | 70 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.73 |
| HSL | 187.78º | 0.63% | 0.17% | - |
| HSV(B) | 187.78º | 0.77% | 0.27% | - |
| XYZ | 3.1 | 4.11 | 6.42 | - |
| YUV | 49.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 70 | 0.77 | 0.10 | 0 | 0.73 | 187.78 | 0.63 | 0.17 |
| Hex | 10 | 3F | 46 | 4D | A | 0 | 49 | BC | 3F | 11 |
| Octal | 20 | 77 | 106 | 115 | 12 | 0 | 111 | 274 | 77 | 21 |
| Binary | 10000 | 111111 | 1000110 | 1001101 | 1010 | 0 | 1001001 | 10111100 | 111111 | 10001 |
Color Harmonies of #103F46
Complementary color
Monochromatic Colors of #103F46
Black with #103F46
Text Example
Text Example
White with #103F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103F46; }
p { color: rgb(16,63,70); }
H1.HeaderClassName
{
color: #103F46;
}
.AnyTagClassName
{
color: #103F46;
}
</style>
background-color css
<style>
a { background-color: #103F46; }
a { background-color: rgb(16,63,70); }
div.DivClassName
{
background-color: #103F46;
}
.BgClassName
{
background-color: #103F46;
}
</style>
border-color css
<style>
span { border-color: #103F46; }
span { border-color: rgb(16,63,70); }
td.TdClassName
{
border-color: #103F46;
}
.TagClassName
{
border-color: #103F46;
}
</style>