Shades of Cyprus #104E4B
Tints of Cyprus #104E4B
RGB
CMYK
RGB Variations
Color information
#104E4B (or 0x104E4B) is known color: Cyprus. HEX triplet: 10, 4E and 4B. RGB value is (16,78,75). Sum of RGB (Red+Green+Blue) = 16+78+75=169 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.47% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 78 - color contains mainly: green. Hex color #104E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E4B is #EFB1B4. Grayscale: #3B3B3B. Windows color (decimal): -15708597 or 4935184. OLE color: 4935184.
HSL color Cylindrical-coordinate representation of color #104E4B: hue angle of 177.1º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E4B is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 78 | 75 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.69 |
| HSL | 177.1º | 0.66% | 0.18% | - |
| HSV(B) | 177.1º | 0.79% | 0.31% | - |
| XYZ | 4.21 | 6.07 | 7.61 | - |
| YUV | 59.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 78 | 75 | 0.79 | 0 | 0.04 | 0.69 | 177.1 | 0.66 | 0.18 |
| Hex | 10 | 4E | 4B | 4F | 0 | 4 | 45 | B1 | 42 | 12 |
| Octal | 20 | 116 | 113 | 117 | 0 | 4 | 105 | 261 | 102 | 22 |
| Binary | 10000 | 1001110 | 1001011 | 1001111 | 0 | 100 | 1000101 | 10110001 | 1000010 | 10010 |
Color Harmonies of #104E4B
Complementary color
Monochromatic Colors of #104E4B
Black with #104E4B
Text Example
Text Example
White with #104E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104E4B; }
p { color: rgb(16,78,75); }
H1.HeaderClassName
{
color: #104E4B;
}
.AnyTagClassName
{
color: #104E4B;
}
</style>
background-color css
<style>
a { background-color: #104E4B; }
a { background-color: rgb(16,78,75); }
div.DivClassName
{
background-color: #104E4B;
}
.BgClassName
{
background-color: #104E4B;
}
</style>
border-color css
<style>
span { border-color: #104E4B; }
span { border-color: rgb(16,78,75); }
td.TdClassName
{
border-color: #104E4B;
}
.TagClassName
{
border-color: #104E4B;
}
</style>