#104142

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

Shades of Cyprus #104142

Tints of Cyprus #104142

Color information

#104142 (or 0x104142) is unknown color: approx Cyprus. HEX triplet: 10, 41 and 42. RGB value is (16,65,66). Sum of RGB (Red+Green+Blue) = 16+65+66=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #104142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104142 is #EFBEBD. Grayscale: #323232. Windows color (decimal): -15711934 or 4342032. OLE color: 4342032.

HSL color Cylindrical-coordinate representation of color #104142: hue angle of 181.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104142 is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB166566-
CMYK0.760.0200.74
HSL181.2º60.98%16.08%-
HSV(B)181.2º75.76%25.88%-
XYZ3.094.285.82-
YUV50.46136.77103.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=10.88%
G=44.22%
B=44.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1665660.760.0200.74181.260.9816.08
Hex1041424C204Ab53d10
Octal20101102114201122657520
Binary1000010000011000010100110010010010101011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104142; }

 p { color: rgb(16,65,66); }

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

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

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

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

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

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

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