#194F4C

Color #194F4C Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #194F4C

Tints of Cyprus #194F4C

Color information

#194F4C (or 0x194F4C) is unknown color: approx Cyprus. HEX triplet: 19, 4F and 4C. RGB value is (25,79,76). Sum of RGB (Red+Green+Blue) = 25+79+76=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 79 (31.25% from 255 or 43.89% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 79 - color contains mainly: green. Hex color #194F4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F4C is #E6B0B3. Grayscale: #3E3E3E. Windows color (decimal): -15118516 or 5000985. OLE color: 5000985.

HSL color Cylindrical-coordinate representation of color #194F4C: hue angle of 176.67º 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 #194F4C is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB257976-
CMYK0.6800.040.69
HSL176.67º51.92%20.39%-
HSV(B)176.67º68.35%30.98%-
XYZ4.56.327.82-
YUV62.51135.61101.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 79 (31.25% from 255) = 43.89%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=13.89%
G=43.89%
B=42.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2579760.6800.040.69176.6751.9220.39
Hex194F4C440445b13414
Octal31117114104041052616424
Binary11001100111110011001000100010010001011011000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194F4C; }

 p { color: rgb(25,79,76); }

 H1.HeaderClassName
 {
   color: #194F4C;
 }
 .AnyTagClassName
 {
   color: #194F4C;
 }
</style>
background-color css

<style>
 a { background-color: #194F4C; }

 a { background-color: rgb(25,79,76); }

 div.DivClassName
 {
   background-color: #194F4C;
 }
 .BgClassName
 {
   background-color: #194F4C;
 }
</style>
border-color css

<style>
 span { border-color: #194F4C; }

 span { border-color: rgb(25,79,76); }

 td.TdClassName
 {
   border-color: #194F4C;
 }
 .TagClassName
 {
   border-color: #194F4C;
 }
</style>