#104F47

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

Shades of Cyprus #104F47

Tints of Cyprus #104F47

Color information

#104F47 (or 0x104F47) is unknown color: approx Cyprus. HEX triplet: 10, 4F and 47. RGB value is (16,79,71). Sum of RGB (Red+Green+Blue) = 16+79+71=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 71 (28.12% from 255 or 42.77% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #104F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F47 is #EFB0B8. Grayscale: #3B3B3B. Windows color (decimal): -15708345 or 4673296. OLE color: 4673296.

HSL color Cylindrical-coordinate representation of color #104F47: hue angle of 172.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F47 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB167971-
CMYK0.8000.100.69
HSL172.38º66.32%18.63%-
HSV(B)172.38º79.75%30.98%-
XYZ4.156.166.93-
YUV59.25134.6397.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 71 (28.12% from 255) = 42.77%
R=9.64%
G=47.59%
B=42.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679710.8000.100.69172.3866.3218.63
Hex104F47500A45ac4213
Octal2011710712001210525410223
Binary1000010011111000111101000001010100010110101100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,71); }

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

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

 a { background-color: rgb(16,79,71); }

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

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

 span { border-color: rgb(16,79,71); }

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