Shades of Cyprus #174E50
Tints of Cyprus #174E50
RGB
CMYK
RGB Variations
Color information
#174E50 (or 0x174E50) is known color: Cyprus. HEX triplet: 17, 4E and 50. RGB value is (23,78,80). Sum of RGB (Red+Green+Blue) = 23+78+80=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #174E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #174E50 is #E8B1AF. Grayscale: #3D3D3D. Windows color (decimal): -15249840 or 5262871. OLE color: 5262871.
HSL color Cylindrical-coordinate representation of color #174E50: hue angle of 182.11º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #174E50 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 23 | 78 | 80 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.69 |
| HSL | 182.11º | 0.55% | 0.2% | - |
| HSV(B) | 182.11º | 0.71% | 0.31% | - |
| XYZ | 4.53 | 6.21 | 8.55 | - |
| YUV | 61.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 80 | 0.71 | 0.02 | 0 | 0.69 | 182.11 | 0.55 | 0.2 |
| Hex | 17 | 4E | 50 | 47 | 2 | 0 | 45 | B6 | 37 | 14 |
| Octal | 27 | 116 | 120 | 107 | 2 | 0 | 105 | 266 | 67 | 24 |
| Binary | 10111 | 1001110 | 1010000 | 1000111 | 10 | 0 | 1000101 | 10110110 | 110111 | 10100 |
Color Harmonies of #174E50
Complementary color
Monochromatic Colors of #174E50
Black with #174E50
Text Example
Text Example
White with #174E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174E50; }
p { color: rgb(23,78,80); }
H1.HeaderClassName
{
color: #174E50;
}
.AnyTagClassName
{
color: #174E50;
}
</style>
background-color css
<style>
a { background-color: #174E50; }
a { background-color: rgb(23,78,80); }
div.DivClassName
{
background-color: #174E50;
}
.BgClassName
{
background-color: #174E50;
}
</style>
border-color css
<style>
span { border-color: #174E50; }
span { border-color: rgb(23,78,80); }
td.TdClassName
{
border-color: #174E50;
}
.TagClassName
{
border-color: #174E50;
}
</style>