#104443

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

Shades of Cyprus #104443

Tints of Cyprus #104443

Color information

#104443 (or 0x104443) is unknown color: approx Cyprus. HEX triplet: 10, 44 and 43. RGB value is (16,68,67). Sum of RGB (Red+Green+Blue) = 16+68+67=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 68 (26.95% from 255 or 45.03% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 68 - color contains mainly: green. Hex color #104443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104443 is #EFBBBC. Grayscale: #343434. Windows color (decimal): -15711165 or 4408336. OLE color: 4408336.

HSL color Cylindrical-coordinate representation of color #104443: hue angle of 178.85º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104443 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB166867-
CMYK0.7600.010.73
HSL178.85º61.9%16.47%-
HSV(B)178.85º76.47%26.67%-
XYZ3.294.656.03-
YUV52.34136.27102.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 68 (26.95% from 255) = 45.03%
BLUE value IS 67 (26.56% from 255) = 44.37%
R=10.60%
G=45.03%
B=44.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668670.7600.010.73178.8561.916.47
Hex1044434C0149b33e10
Octal20104103114011112637620
Binary100001000100100001110011000110010011011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104443; }

 p { color: rgb(16,68,67); }

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

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

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

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

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

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

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