#104146

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

Shades of Cyprus #104146

Tints of Cyprus #104146

Color information

#104146 (or 0x104146) is unknown color: approx Cyprus. HEX triplet: 10, 41 and 46. RGB value is (16,65,70). Sum of RGB (Red+Green+Blue) = 16+65+70=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 65 (25.78% from 255 or 43.05% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 70 - color contains mainly: blue. Hex color #104146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104146 is #EFBEB9. Grayscale: #323232. Windows color (decimal): -15711930 or 4604176. OLE color: 4604176.

HSL color Cylindrical-coordinate representation of color #104146: hue angle of 185.56º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104146 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB166570-
CMYK0.770.0700.73
HSL185.56º62.79%16.86%-
HSV(B)185.56º77.14%27.45%-
XYZ3.214.336.46-
YUV50.92138.77103.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 65 (25.78% from 255) = 43.05%
BLUE value IS 70 (27.73% from 255) = 46.36%
R=10.60%
G=43.05%
B=46.36%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1665700.770.0700.73185.5662.7916.86
Hex1041464D7049ba3f11
Octal20101106115701112727721
Binary10000100000110001101001101111010010011011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104146; }

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

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

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

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

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

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

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

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