Shades of Cyprus #194E48
Tints of Cyprus #194E48
RGB
CMYK
RGB Variations
Color information
#194E48 (or 0x194E48) is known color: Cyprus. HEX triplet: 19, 4E and 48. RGB value is (25,78,72). Sum of RGB (Red+Green+Blue) = 25+78+72=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 78 - color contains mainly: green. Hex color #194E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194E48 is #E6B1B7. Grayscale: #3D3D3D. Windows color (decimal): -15118776 or 4738585. OLE color: 4738585.
HSL color Cylindrical-coordinate representation of color #194E48: hue angle of 173.21º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194E48 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 78 | 72 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.69 |
| HSL | 173.21º | 0.51% | 0.2% | - |
| HSV(B) | 173.21º | 0.68% | 0.31% | - |
| XYZ | 4.29 | 6.12 | 7.09 | - |
| YUV | 61.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 72 | 0.68 | 0 | 0.08 | 0.69 | 173.21 | 0.51 | 0.2 |
| Hex | 19 | 4E | 48 | 44 | 0 | 8 | 45 | AD | 33 | 14 |
| Octal | 31 | 116 | 110 | 104 | 0 | 10 | 105 | 255 | 63 | 24 |
| Binary | 11001 | 1001110 | 1001000 | 1000100 | 0 | 1000 | 1000101 | 10101101 | 110011 | 10100 |
Color Harmonies of #194E48
Complementary color
Monochromatic Colors of #194E48
Black with #194E48
Text Example
Text Example
White with #194E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E48; }
p { color: rgb(25,78,72); }
H1.HeaderClassName
{
color: #194E48;
}
.AnyTagClassName
{
color: #194E48;
}
</style>
background-color css
<style>
a { background-color: #194E48; }
a { background-color: rgb(25,78,72); }
div.DivClassName
{
background-color: #194E48;
}
.BgClassName
{
background-color: #194E48;
}
</style>
border-color css
<style>
span { border-color: #194E48; }
span { border-color: rgb(25,78,72); }
td.TdClassName
{
border-color: #194E48;
}
.TagClassName
{
border-color: #194E48;
}
</style>