Shades of Cyprus #194F48
Tints of Cyprus #194F48
RGB
CMYK
RGB Variations
Color information
#194F48 (or 0x194F48) is known color: Cyprus. HEX triplet: 19, 4F and 48. RGB value is (25,79,72). Sum of RGB (Red+Green+Blue) = 25+79+72=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #194F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F48 is #E6B0B7. Grayscale: #3E3E3E. Windows color (decimal): -15118520 or 4738841. OLE color: 4738841.
HSL color Cylindrical-coordinate representation of color #194F48: hue angle of 172.22º degrees, saturation: 0.52, 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 #194F48 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 72 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.69 |
| HSL | 172.22º | 0.52% | 0.2% | - |
| HSV(B) | 172.22º | 0.68% | 0.31% | - |
| XYZ | 4.37 | 6.27 | 7.11 | - |
| YUV | 62.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 72 | 0.68 | 0 | 0.09 | 0.69 | 172.22 | 0.52 | 0.2 |
| Hex | 19 | 4F | 48 | 44 | 0 | 9 | 45 | AC | 34 | 14 |
| Octal | 31 | 117 | 110 | 104 | 0 | 11 | 105 | 254 | 64 | 24 |
| Binary | 11001 | 1001111 | 1001000 | 1000100 | 0 | 1001 | 1000101 | 10101100 | 110100 | 10100 |
Color Harmonies of #194F48
Complementary color
Monochromatic Colors of #194F48
Black with #194F48
Text Example
Text Example
White with #194F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F48; }
p { color: rgb(25,79,72); }
H1.HeaderClassName
{
color: #194F48;
}
.AnyTagClassName
{
color: #194F48;
}
</style>
background-color css
<style>
a { background-color: #194F48; }
a { background-color: rgb(25,79,72); }
div.DivClassName
{
background-color: #194F48;
}
.BgClassName
{
background-color: #194F48;
}
</style>
border-color css
<style>
span { border-color: #194F48; }
span { border-color: rgb(25,79,72); }
td.TdClassName
{
border-color: #194F48;
}
.TagClassName
{
border-color: #194F48;
}
</style>