#104040

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

Shades of Cyprus #104040

Tints of Cyprus #104040

Color information

#104040 (or 0x104040) is unknown color: approx Cyprus. HEX triplet: 10, 40 and 40. RGB value is (16,64,64). Sum of RGB (Red+Green+Blue) = 16+64+64=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #104040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104040 is #EFBFBF. Grayscale: #313131. Windows color (decimal): -15712192 or 4210704. OLE color: 4210704.

HSL color Cylindrical-coordinate representation of color #104040: hue angle of 180º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104040 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB166464-
CMYK0.75000.75
HSL180º60%15.69%-
HSV(B)180º75%25.1%-
XYZ2.974.155.49-
YUV49.65136.1104-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 64 (25.39% from 255) = 44.44%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=11.11%
G=44.44%
B=44.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1664640.75000.751806015.69
Hex1040404B004Bb43c10
Octal20100100113001132647420
Binary100001000000100000010010110010010111011010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104040; }

 p { color: rgb(16,64,64); }

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

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

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

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

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

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

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