Shades of Cyprus #104B4A
Tints of Cyprus #104B4A
RGB
CMYK
RGB Variations
Color information
#104B4A (or 0x104B4A) is known color: Cyprus. HEX triplet: 10, 4B and 4A. RGB value is (16,75,74). Sum of RGB (Red+Green+Blue) = 16+75+74=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 75 - color contains mainly: green. Hex color #104B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104B4A is #EFB4B5. Grayscale: #393939. Windows color (decimal): -15709366 or 4868880. OLE color: 4868880.
HSL color Cylindrical-coordinate representation of color #104B4A: hue angle of 178.98º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104B4A is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 75 | 74 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.71 |
| HSL | 178.98º | 0.65% | 0.18% | - |
| HSV(B) | 178.98º | 0.79% | 0.29% | - |
| XYZ | 3.97 | 5.64 | 7.36 | - |
| YUV | 57.25 | 137.45 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 74 | 0.79 | 0 | 0.01 | 0.71 | 178.98 | 0.65 | 0.18 |
| Hex | 10 | 4B | 4A | 4F | 0 | 1 | 47 | B3 | 41 | 12 |
| Octal | 20 | 113 | 112 | 117 | 0 | 1 | 107 | 263 | 101 | 22 |
| Binary | 10000 | 1001011 | 1001010 | 1001111 | 0 | 1 | 1000111 | 10110011 | 1000001 | 10010 |
Color Harmonies of #104B4A
Complementary color
Monochromatic Colors of #104B4A
Black with #104B4A
Text Example
Text Example
White with #104B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104B4A; }
p { color: rgb(16,75,74); }
H1.HeaderClassName
{
color: #104B4A;
}
.AnyTagClassName
{
color: #104B4A;
}
</style>
background-color css
<style>
a { background-color: #104B4A; }
a { background-color: rgb(16,75,74); }
div.DivClassName
{
background-color: #104B4A;
}
.BgClassName
{
background-color: #104B4A;
}
</style>
border-color css
<style>
span { border-color: #104B4A; }
span { border-color: rgb(16,75,74); }
td.TdClassName
{
border-color: #104B4A;
}
.TagClassName
{
border-color: #104B4A;
}
</style>