#104C49

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

Shades of Cyprus #104C49

Tints of Cyprus #104C49

Color information

#104C49 (or 0x104C49) is unknown color: approx Cyprus. HEX triplet: 10, 4C and 49. RGB value is (16,76,73). Sum of RGB (Red+Green+Blue) = 16+76+73=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #104C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C49 is #EFB3B6. Grayscale: #393939. Windows color (decimal): -15709111 or 4803600. OLE color: 4803600.

HSL color Cylindrical-coordinate representation of color #104C49: hue angle of 177º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C49 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB167673-
CMYK0.7900.040.70
HSL177º65.22%18.04%-
HSV(B)177º78.95%29.8%-
XYZ45.767.2-
YUV57.72136.6298.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 76 (30.08% from 255) = 46.06%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=9.70%
G=46.06%
B=44.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676730.7900.040.7017765.2218.04
Hex104C494F0446b14112
Octal201141111170410626110122
Binary100001001100100100110011110100100011010110001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104C49; }

 p { color: rgb(16,76,73); }

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

<style>
 a { background-color: #104C49; }

 a { background-color: rgb(16,76,73); }

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

<style>
 span { border-color: #104C49; }

 span { border-color: rgb(16,76,73); }

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